From aad51ba4a7a63e4adc6b0e55657d130b07b81192 Mon Sep 17 00:00:00 2001 From: Grzegorz Dudek Date: Tue, 19 May 2026 13:04:35 +0200 Subject: [PATCH] ci: bump actions/setup-go to v6.4.0 (SHA-pinned) actions/setup-go@v1 downloads Go from the legacy storage.googleapis.com/golang bucket, which now returns 403 for 1.16.x and breaks the release workflow. v6.4.0 fetches from go.dev/dl and the actions/go-versions mirror. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5751fdf..cad92a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: run: git fetch --prune --unshallow - name: Set up Go - uses: actions/setup-go@v1 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: 1.16.x