Skip to content

ci: bump setup-go go-version to 1.25.0 to match go.mod#256

Merged
blue4209211 merged 5 commits into
mainfrom
ci/bump-go-version-1.25
Jun 2, 2026
Merged

ci: bump setup-go go-version to 1.25.0 to match go.mod#256
blue4209211 merged 5 commits into
mainfrom
ci/bump-go-version-1.25

Conversation

@mayankpande88
Copy link
Copy Markdown
Contributor

Summary

  • CI was pinned to setup-go with go-version: 1.23.8 while go.mod declares go 1.25.0.
  • The mismatch hides toolchain-version errors locally and blocks the dependabot setup-go@v6 bump (chore(deps): bump actions/setup-go from 5 to 6 #252) — v6 defaults GOTOOLCHAIN=local, so goimports@latest (needs Go 1.25+) can no longer auto-upgrade from 1.23.8.

Test plan

CI was pinned to 1.23.8 while go.mod declares 1.25.0. The mismatch
masks toolchain-version errors locally and blocks dependabot's
setup-go@v6 bump (v6 defaults GOTOOLCHAIN=local, so goimports@latest
can no longer auto-upgrade from 1.23.8).
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

The release image builds from ./Dockerfile, which pinned Go 1.24.9 while
go.mod requires 1.25.0 — without this the build relied on GOTOOLCHAIN
auto-download mid-build. Aligns the release path with the setup-go bump.
@blue4209211 blue4209211 merged commit bb9e383 into main Jun 2, 2026
2 checks passed
@blue4209211 blue4209211 deleted the ci/bump-go-version-1.25 branch June 2, 2026 04:27
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.

3 participants