Skip to content

Commit

Permalink
ci: use latest version of golangci-lint (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille authored Jun 26, 2024
1 parent 6e35616 commit 32de29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tasks:
install:golangci-lint:
vars:
VERSION: v1.56.2
VERSION: v1.59.1
status:
- test -f golangci-lint
- go version -m $GOBIN/golangci-lint | grep github.com/golangci/golangci-lint | grep {{.VERSION}}
Expand Down

0 comments on commit 32de29a

Please sign in to comment.