Skip to content

Commit 75d071b

Browse files
committed
Align go directive to 1.26 line for latest Red Hat Go availability
The x/net bump in the previous commit raised the go.mod "go" directive to 1.25.0 as an incidental side effect of satisfying x/net v0.55.0's own module requirements. Aligning explicitly to the 1.26 line instead, since Red Hat now has newer Go 1.26.x builds available for this platform than what's currently tagged into this stream's Brew buildroot override (golang-1.26.4-1.el9_8, dbenoit-built, already shipped as RHSA-2026:29981 for other products) -- tagging it into this stream's override would also satisfy the Go >= 1.26.3 fix threshold for CVE-2026-33811 and CVE-2026-39820. Ref: HELM-816, HELM-817
1 parent bc9e9ac commit 75d071b

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 helm.sh/helm/v3
22

3-
go 1.25.0
3+
go 1.26
44

55
require (
66
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24

0 commit comments

Comments
 (0)