From fabbd4b84de7c7e1211882fb5b1a76ec7a6a1842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=96=E5=BB=BA?= Date: Tue, 25 Jul 2023 14:41:29 +0800 Subject: [PATCH] ci: do not pin go version (#3073) --- .github/workflows/build-arm64-image.yaml | 2 +- .github/workflows/build-x86-image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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