From a7f16a67c7f6d3cd3092d684689c45592764bee9 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 24 Aug 2022 21:27:14 +0200 Subject: [PATCH] fix: release pipeline use go1.18 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec17c5d6..1fe44d9b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,7 +8,7 @@ env: IMAGE_REGISTRY: ghcr.io IMAGE_BASE_REPO: k3d-io IMAGE_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7 - GO_VERSION: "1.17.x" + GO_VERSION: "1.18.x" DOCKER_VERSION: "20.10" jobs: @@ -36,7 +36,7 @@ jobs: run: make test - name: Run E2E Tests timeout-minutes: 20 - run: make e2e + run: make e2e -e E2E_PARALLEL=3 # Builds - name: Test Platform Builds run: make build-cross