chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 - #6132
Conversation
|
/copilot review |
|
@gemini-code-assist /review |
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
Checked this one against the v7 release since it's a major bump. The pinned SHA b7ad1dad31e06c5925ef5d2fc7ad053ef454303e does match the official actions/setup-go v7.0.0 tag, so the hash and the version comment line up. The only substantive change in v7 is the internal move to ESM plus a cache dependency bump - no change to the caching defaults or to how the Go toolchain version gets resolved. Every workflow here pins go-version to ${{ env.GO_VERSION }}, so this can't quietly shift the Go version. All the jobs that actually consume setup-go (backward-compat-test, kind-e2e-test, project-check, build/lint) are green on this SHA, which confirms the v7 runtime works on the runners. Looks safe to merge. |
cheyang
left a comment
There was a problem hiding this comment.
All CI checks passed and maintainer has approved. Auto-approving to satisfy branch protection.
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.5.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@924ae3a...b7ad1da) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ccd097d to
8addd73
Compare
|



Bumps actions/setup-go from 6.5.0 to 7.0.0.
Release notes
Sourced from actions/setup-go's releases.
Commits
b7ad1dachore(deps): bump@actions/cacheto 6.2.0 (#771)0778a10Migrate to ESM and upgrade dependencies (#763)