diff --git a/Makefile b/Makefile index e1a6b4ddf..350ea797e 100644 --- a/Makefile +++ b/Makefile @@ -254,7 +254,7 @@ tools: $(GOBIN) tools-golangci-lint ## Install useful tools for linting, docs ge .PHONY: tools-golangci-lint tools-golangci-lint: ## Download golangci-lint locally if necessary. - @[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.0.2 + @[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.1.5 .PHONY: misspell