We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9758b4 commit 3294cecCopy full SHA for 3294cec
.github/workflows/lint.yaml
@@ -21,4 +21,4 @@ jobs:
21
go-version-file: 'go.mod'
22
- uses: golangci/golangci-lint-action@v9
23
with:
24
- version: v2.1.6
+ version: v2.7.2
go.mod
@@ -1,6 +1,6 @@
1
module github.com/databus23/helm-diff/v3
2
3
-go 1.24.9
+go 1.25
4
5
require (
6
github.com/Masterminds/semver/v3 v3.4.0
0 commit comments