build(deps): bump Go to 1.25.11 for stdlib security fixes#2642
Merged
Conversation
CI build/test/release jobs install Go via go-version-file: go.mod, so the go directive controls the stdlib version compiled into the release binary. Bumping 1.25.10 -> 1.25.11 resolves the stdlib CVEs flagged by grype that neither the dependabot module bumps nor go module updates can address: - CVE-2026-42504 (GO-2026-5036), GO-2026-5038 (High) - CVE-2026-27145 (GO-2026-5037), CVE-2026-42507 (GO-2026-5039) (Medium) Dockerfile (golang:1.25) and benchmark.yml (go-version: 1.25) already track the latest 1.25 patch, so no change is needed there. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Signed-off-by: Juan Bustamante <[email protected]>
This was referenced Jun 23, 2026
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
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.
Summary
Bumps the
godirective ingo.modfrom 1.25.10 to 1.25.11. The build, test, and release workflows install Go viago-version-file: go.mod, so this directive controls the stdlib version compiled into the release binary. This resolves the stdlib CVEs flagged by grype that no module bump can address:Dockerfile(golang:1.25) andbenchmark.yml(go-version: 1.25) already track the latest 1.25 patch, so no change is needed there.Output
Before
After
Documentation
Related
Resolves the
stdlibrows in the latest grype scan againstmain.