chore(deps): Bump actions/setup-go from 5 to 7 - #67
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-go-7
branch
from
August 8, 2026 01:27
74138e8 to
0c71756
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-go-7
branch
from
August 8, 2026 01:30
0c71756 to
17e112e
Compare
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-go-7
branch
from
August 8, 2026 01:55
17e112e to
2196a2e
Compare
Owner
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-go-7
branch
from
August 10, 2026 18:06
2196a2e to
5b3d1fa
Compare
korya
added a commit
that referenced
this pull request
Aug 11, 2026
Go supports a release until two newer ones exist, and go1.27rc2 is already published -- so 1.25 stops receiving security backports the moment 1.27 ships. 1.26 is the line to be on. The version arrives as two directives rather than one because they answer different questions. `go 1.26` is the minimum this module supports, a policy that moves on Go's EOL schedule. `toolchain go1.26.5` is what builds it, and it names an exact patch because .goreleaser.yaml goes out of its way to make builds reproducible -- -trimpath and mod_timestamp exist so that two builds of one commit produce one checksum, and the toolchain version is stamped into the binary, so a compiler free to drift would undo that. The directive is a floor rather than a ceiling: a machine with a newer Go runs that instead. Releases are exact anyway, because setup-go installs the version the directive names and then sets GOTOOLCHAIN=local, which disables switching altogether -- so the guarantee arrives with the bump to setup-go v6 or newer (#67), and until then a release build tracks the newest 1.26 patch. Until now a single `go 1.25.5` served both roles, which is why a gosec release requiring go1.25.8 could redden CI: the workflows install the version go.mod names, so the project's declared minimum was also its build toolchain, and a third party's Go floor could move it. Separating the two ends that coupling. `go install` now requires Go 1.26. Released binaries are unaffected. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CrknafJSP5hF8u865cbnqX
Owner
|
@dependabot rebase |
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-go-7
branch
from
August 11, 2026 03:22
5b3d1fa to
31cb27e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/setup-go from 5 to 7.
Release notes
Sourced from actions/setup-go's releases.
... (truncated)
Commits
b7ad1dachore(deps): bump@actions/cacheto 6.2.0 (#771)0778a10Migrate to ESM and upgrade dependencies (#763)924ae3achore: bump version to 6.5.0 in package.json and package-lock.json (#762)e91cc3bBump@actions/cacheto 5.1.0, log cache write denied (#758)4a2405echore: update@types/nodeand@typescript-eslintdependencies to latest versi...78961f6chore: update@actionsdependencies and refresh license cache (#744)4a36011docs: fix Microsoft build of Go link (#734)8f19afcfeat: add go-download-base-url input for custom Go distributions (#721)27fdb26Bump minimatch from 3.1.2 to 3.1.5 (#727)def8c39Rearrange README.md, add advanced-usage.md (#724)