Skip to content

Commit 5621ace

Browse files
authored
build: update golang version to 1.24 and lint to v1.64.5 (#745)
Signed-off-by: yxxhero <[email protected]>
1 parent 3ad907a commit 5621ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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@v6
2323
with:
24-
version: v1.61.0
24+
version: v1.64.5

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.23.2
3+
go 1.24
44

55
require (
66
github.com/Masterminds/semver/v3 v3.3.1

0 commit comments

Comments
 (0)