Skip to content

Commit 3409902

Browse files
authored
chore: upgrade Go to 1.25.10 to fix stdlib CVEs (#2602)
Bumps minimum Go version from 1.25.9 to 1.25.10 in go.mod to address stdlib vulnerabilities flagged by grype scans in #2595 and #2600. Follows the same pattern as #2581. Signed-off-by: Juan Bustamante <bustamantejj@gmail.com>
1 parent dc69d53 commit 3409902

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
@@ -157,4 +157,4 @@ require (
157157

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

160-
go 1.25.9
160+
go 1.25.10

0 commit comments

Comments
 (0)