Skip to content

Commit 97e3f87

Browse files
chore(deps): update module github.com/golangci/golangci-lint to v2.9.0
1 parent ca6b166 commit 97e3f87

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
@@ -141,7 +141,7 @@ install: build ## Install built provider into the local terraform cache
141141

142142
.PHONY: tools
143143
tools: $(GOBIN) ## Download golangci-lint locally if necessary.
144-
@[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.8.0
144+
@[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.9.0
145145

146146
.PHONY: golangci-lint
147147
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)