Skip to content

Commit 7f2f74e

Browse files
jjbustamanteclaude
andauthored
build(deps): bump Go directive to 1.25.11 for stdlib security fixes (#2642)
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. Signed-off-by: Juan Bustamante <bustamantejj@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5185a57 commit 7f2f74e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ require (
155155

156156
replace github.com/BurntSushi/toml => github.com/BurntSushi/toml v1.3.2
157157

158-
go 1.25.10
158+
go 1.25.11

0 commit comments

Comments
 (0)