fix: release pipeline use go1.18

pull/1137/head
iwilltry42 2 years ago
parent a99547c817
commit a7f16a67c7
No known key found for this signature in database
GPG Key ID: FD4E78FBAD6B1550
  1. 4
      .github/workflows/release.yaml

@ -8,7 +8,7 @@ env:
IMAGE_REGISTRY: ghcr.io IMAGE_REGISTRY: ghcr.io
IMAGE_BASE_REPO: k3d-io IMAGE_BASE_REPO: k3d-io
IMAGE_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7 IMAGE_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
GO_VERSION: "1.17.x" GO_VERSION: "1.18.x"
DOCKER_VERSION: "20.10" DOCKER_VERSION: "20.10"
jobs: jobs:
@ -36,7 +36,7 @@ jobs:
run: make test run: make test
- name: Run E2E Tests - name: Run E2E Tests
timeout-minutes: 20 timeout-minutes: 20
run: make e2e run: make e2e -e E2E_PARALLEL=3
# Builds # Builds
- name: Test Platform Builds - name: Test Platform Builds
run: make build-cross run: make build-cross

Loading…
Cancel
Save