Skip to content

chore(deps): Bump actions/setup-go from 5 to 7 - #67

Merged
korya merged 1 commit into
masterfrom
dependabot/github_actions/actions/setup-go-7
Aug 11, 2026
Merged

chore(deps): Bump actions/setup-go from 5 to 7#67
korya merged 1 commit into
masterfrom
dependabot/github_actions/actions/setup-go-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-go from 5 to 7.

Release notes

Sourced from actions/setup-go's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

v6.5.0

What's Changed

Dependency update

New Contributors

Full Changelog: actions/setup-go@v6...v6.5.0

v6.4.0

What's Changed

Enhancement

Dependency update

Documentation update

New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

v6.3.0

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

What's Changed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-go-7 branch from 74138e8 to 0c71756 Compare August 8, 2026 01:27
@korya

korya commented Aug 8, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-go-7 branch from 0c71756 to 17e112e Compare August 8, 2026 01:30
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-go-7 branch from 17e112e to 2196a2e Compare August 8, 2026 01:55
@korya

korya commented Aug 10, 2026

Copy link
Copy Markdown
Owner

https://github.com/dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-go-7 branch from 2196a2e to 5b3d1fa Compare August 10, 2026 18:06
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
@korya

korya commented Aug 11, 2026

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-go-7 branch from 5b3d1fa to 31cb27e Compare August 11, 2026 03:22
@korya
korya merged commit 91d2930 into master Aug 11, 2026
8 checks passed
@korya
korya deleted the dependabot/github_actions/actions/setup-go-7 branch August 11, 2026 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant