diff --git a/Makefile b/Makefile index 6d5c03d00..35f6597e6 100644 --- a/Makefile +++ b/Makefile @@ -245,7 +245,7 @@ install: build ## Install built provider into the local terraform cache .PHONY: tools tools: $(GOBIN) ## 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.4.0 + @[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.5.0 .PHONY: golangci-lint golangci-lint: