Skip to content

Commit a2c34ad

Browse files
fix: bump go directive to 1.25.7 to resolve stdlib CVEs (#926)
Go 1.25.0 is affected by CVE-2025-58183 and other Go stdlib vulnerabilities. Bumping to 1.25.7 ensures release binaries are compiled with a patched toolchain.
1 parent 66ecc11 commit a2c34ad

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
@@ -1,6 +1,6 @@
11
module github.com/databus23/helm-diff/v3
22

3-
go 1.25.0
3+
go 1.25.7
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)