From 8a19d74c159f2f137601fdef31b551728777a963 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 10 May 2022 16:25:04 +0200 Subject: [PATCH] .github: remove unnecessary version Go 1.16 Go 1.16 was deprecated some time ago, so we do not need that in Github Actions. --- .../coreos-overlay/.github/workflows/go-releases-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml index a85de0618b..88cb394eb2 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml @@ -14,7 +14,7 @@ jobs: - name: Fetch latest Go releases id: fetch-latest-releases env: - GO_VERSIONS: "1.16 1.17 1.18" + GO_VERSIONS: "1.17 1.18" run: | git clone --depth=1 --no-checkout https://github.com/golang/go versionsMain=()