diff --git a/Makefile b/Makefile index a89f7328..4de6552a 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ help: @echo " notice regenerate NOTICE.txt with third-party licenses" $(GOBIN)/golangci-lint: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.4.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.12.2 .PHONY: tools tools: $(GOBIN)/golangci-lint