Skip to content

Commit dc9220d

Browse files
jjbustamanteclaude
andauthored
fix: upgrade Go to 1.25.5 to address CVE-2025-61729 and CVE-2025-61727 (#2501)
This commit updates the Go version from 1.25.3 to 1.25.5 to fix two security vulnerabilities in the Go standard library. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Juan Bustamante <[email protected]> Co-authored-by: Claude Sonnet 4.5 <[email protected]>
1 parent e157bb6 commit dc9220d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

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

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

159-
go 1.25.3
159+
go 1.25.5

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/buildpacks/pack/tools
22

33
go 1.25.0
44

5-
toolchain go1.25.3
5+
toolchain go1.25.5
66

77
require (
88
github.com/golang/mock v1.6.0

0 commit comments

Comments
 (0)