Skip to content

ci: bump actions/setup-go to v6.4.0 (SHA-pinned)#34

Merged
gdud merged 1 commit into
masterfrom
fix/release-setup-go
May 19, 2026
Merged

ci: bump actions/setup-go to v6.4.0 (SHA-pinned)#34
gdud merged 1 commit into
masterfrom
fix/release-setup-go

Conversation

@gdud
Copy link
Copy Markdown
Contributor

@gdud gdud commented May 19, 2026

Summary

The release-build workflow has been failing on every tag push (see run 26092694953). With debug logs enabled, the cause is visible:

Downloading Go from: https://storage.googleapis.com/golang/go1.16.15.linux-amd64.tar.gz
Failed to download from "https://storage.googleapis.com/golang/go1.16.15.linux-amd64.tar.gz". Code(403) Message(Forbidden)

actions/setup-go@v1 hardcodes the legacy GCS bucket URL, which no longer serves Go 1.16 archives. Without debug logs the step exits silently with code 1 after ~3 minutes.

actions/setup-go@v6.4.0 fetches from go.dev/dl/ and the actions/go-versions releases mirror, where 1.16.15 is still available. SHA-pinned for supply-chain safety, tag in trailing comment.

This unblocks v1.1.9 — once merged, retag and the release should publish the new image.

Test plan

  • Merge, delete & repush tag v1.1.9
  • Confirm release workflow completes and ghcr.io/docplanner/github-flow-manager:1.1.9 + :latest are published

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@gdud gdud merged commit c5dd682 into master May 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants