Skip to content

Commit

Permalink
bump go to 1.21 (#546)
Browse files Browse the repository at this point in the history
* bump go to 1.21

Signed-off-by: yxxhero <aiopsclub@163.com>
  • Loading branch information
yxxhero authored Jan 27, 2024
1 parent b411963 commit 83a48fe
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55.1
version: v1.55.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/databus23/helm-diff/v3

go 1.20
go 1.21

require (
github.com/Masterminds/semver v1.5.0
Expand Down
Loading

0 comments on commit 83a48fe

Please sign in to comment.