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 1b19ef8 commit 429d7e9Copy full SHA for 429d7e9
Makefile
@@ -245,7 +245,7 @@ install: build ## Install built provider into the local terraform cache
245
246
.PHONY: tools
247
tools: $(GOBIN) ## Download golangci-lint locally if necessary.
248
- @[[ -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
249
250
.PHONY: golangci-lint
251
golangci-lint:
0 commit comments