Skip to content

Commit

Permalink
chore(makefile): bump golangci-lint to v1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weisdd committed Nov 14, 2024
1 parent 34a54b5 commit 5422d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ golangci:
ifeq (, $(shell which golangci-lint))
@{ \
set -e ;\
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.2 ;\
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.0 ;\
}
GOLANGCI=$(GOBIN)/golangci-lint
else
Expand Down

0 comments on commit 5422d9e

Please sign in to comment.