diff --git a/Makefile b/Makefile index 8171bce9e..2f0c9b043 100644 --- a/Makefile +++ b/Makefile @@ -246,7 +246,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.2.1 + @[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.2.2 .PHONY: golangci-lint golangci-lint: