We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dfcdd commit 5804d83Copy full SHA for 5804d83
Makefile
@@ -246,7 +246,7 @@ install: build ## Install built provider into the local terraform cache
246
247
.PHONY: tools
248
tools: $(GOBIN) ## Download golangci-lint locally if necessary.
249
- @[[ -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
250
251
.PHONY: golangci-lint
252
golangci-lint:
0 commit comments