Skip to content

Commit 6972ebb

Browse files
committed
chore: update Go version to 1.26.1
- Update GOLANG_VERSION in .github/env from 1.25.7 to 1.26.1 - Add comment in .github/env to keep version aligned with go.mod - Update go directive in go.mod to 1.26.1
1 parent f0357dd commit 6972ebb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
GOLANG_VERSION=1.25.7
1+
# Keep this version aligned with the `go` directive in go.mod.
2+
GOLANG_VERSION=1.26.1
23
GOLANGCI_LINT_VERSION=v1.64

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.7
3+
go 1.26.1
44

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

0 commit comments

Comments
 (0)