diff --git a/.github/workflows/build-arm64-image.yaml b/.github/workflows/build-arm64-image.yaml index 2dfca9adff3..36e48383ad4 100644 --- a/.github/workflows/build-arm64-image.yaml +++ b/.github/workflows/build-arm64-image.yaml @@ -20,7 +20,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: '1.20.5' + GO_VERSION: '' jobs: build: diff --git a/.github/workflows/build-x86-image.yaml b/.github/workflows/build-x86-image.yaml index 9292ae948aa..1e88b17acfb 100644 --- a/.github/workflows/build-x86-image.yaml +++ b/.github/workflows/build-x86-image.yaml @@ -21,7 +21,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: '1.20.5' + GO_VERSION: '' GOSEC_VERSION: '2.15.0' HELM_VERSION: v3.11.1