We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb33d2 commit 123f3b0Copy full SHA for 123f3b0
.github/workflows/lint.yaml
@@ -21,4 +21,4 @@ jobs:
21
go-version-file: 'go.mod'
22
- uses: golangci/golangci-lint-action@v3
23
with:
24
- version: v1.55.2
+ version: v1.56.0
Dockerfile.release
@@ -1,4 +1,4 @@
1
-FROM golang:1.20.12
+FROM golang:1.22
2
3
# See https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt
4
# for the latest gh install instructions when the below didn't work
go.mod
@@ -1,6 +1,6 @@
module github.com/databus23/helm-diff/v3
-go 1.21
+go 1.22
5
require (
6
github.com/Masterminds/semver v1.5.0
0 commit comments