chore: update go version to 1.25.8 (#2514)

Applies various security patches and bug fixes:
https://go.dev/doc/devel/release#go1.25.minor

Also:

* Update CONTRIBUTING to indicate to use -s flag when signing commits

Signed-off-by: eadred <eadred77@googlemail.com>
This commit is contained in:
Eadred 2026-04-03 11:34:48 +01:00 committed by GitHub
parent 994124bf7c
commit 80d743511a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,7 @@ $ git checkout -b your-shiny-new-feature origin/main
...
$ git commit -m 'feat: do whatever for whatever purpose
$ git commit -s -m 'feat: do whatever for whatever purpose
This adds ... by:
@ -30,6 +30,9 @@ This adds ... by:
Resolves #ISSUE_NUMBER
'
Remember to include a `Signed-off-by: Author Name <authoremail@example.com>`
line in the commit message, either manually or using the `-s` flag.
$ hub fork
$ git push YOUR_GITHUB_USER your-shiny-new-feature
$ hub pull-request

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/helmfile/helmfile
go 1.25.4
go 1.25.8
require (
dario.cat/mergo v1.0.2