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=()