Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5621ace

Browse files
authoredFeb 27, 2025··
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)
Please sign in to comment.