bump go version to go 1.25 by yxxhero · Pull Request #912 · databus23/helm-diff
This pull request updates the Go toolchain and linter versions to keep the project dependencies current and maintain compatibility with the latest tooling.
Dependency and tooling updates:
- Updated the Go version in
go.modfrom1.24.9to1.25to use the latest Go release. - Upgraded the
golangci-lintGitHub Action version in.github/workflows/lint.yamlfromv2.1.6tov2.7.2for improved linting and bug fixes.