Skip to content

Commit 429d7e9

Browse files
chore(deps): update module github.com/golangci/golangci-lint to v2.5.0 (#1348)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 1b19ef8 commit 429d7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ install: build ## Install built provider into the local terraform cache
245245

246246
.PHONY: tools
247247
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
248+
@[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.5.0
249249

250250
.PHONY: golangci-lint
251251
golangci-lint:

0 commit comments

Comments
 (0)