Skip to content

Commit 83a48fe

Browse files
authored
bump go to 1.21 (#546)
* bump go to 1.21 Signed-off-by: yxxhero <[email protected]>
1 parent b411963 commit 83a48fe

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
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.1
24+
version: v1.55.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/databus23/helm-diff/v3
22

3-
go 1.20
3+
go 1.21
44

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

0 commit comments

Comments
 (0)