Skip to content

Commit

Permalink
Makefile: try upgrading golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Sep 6, 2024
1 parent d6f0887 commit a16a13c
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 @@ -37,7 +37,7 @@ golangci-lint:

if [ "$(GOLINT_INSTALLED)" = "" ]; then \
curl -sSfL \
https://raw.githubusercontent.com/golangci/golangci-lint/9a8a056e9fe49c0e9ed2287aedce1022c79a115b/install.sh | sh -s -- -b $(GO_PATH)/bin v1.55.2; \
https://raw.githubusercontent.com/golangci/golangci-lint/9a8a056e9fe49c0e9ed2287aedce1022c79a115b/install.sh | sh -s -- -b $(GO_PATH)/bin v1.60.3; \
fi;

.PHONY: cleangen
Expand Down

0 comments on commit a16a13c

Please sign in to comment.