Skip to content

Commit 123f3b0

Browse files
authored
feat: bump go to 1.22 (databus23#551)
Signed-off-by: yxxhero <[email protected]>
1 parent adb33d2 commit 123f3b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
go-version-file: 'go.mod'
2222
- uses: golangci/golangci-lint-action@v3
2323
with:
24-
version: v1.55.2
24+
version: v1.56.0

Dockerfile.release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.12
1+
FROM golang:1.22
22

33
# See https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt
44
# for the latest gh install instructions when the below didn't work

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/databus23/helm-diff/v3
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)