Skip to content

Commit 525d7c2

Browse files
chore(deps): update module github.com/golangci/golangci-lint to v2.7.2 (#1520)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 1cf0c76 commit 525d7c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

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

136136
.PHONY: tools
137137
tools: $(GOBIN) ## Download golangci-lint locally if necessary.
138-
@[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.7.1
138+
@[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.7.2
139139

140140
.PHONY: golangci-lint
141141
golangci-lint:

generated/kbapi/kibana.gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)