From 5804d837faf3ef00c4c8be5d1f5a24a94aed69cb Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 15:57:14 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v2.2.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8171bce9e..2f0c9b043 100644 --- a/Makefile +++ b/Makefile @@ -246,7 +246,7 @@ install: build ## Install built provider into the local terraform cache .PHONY: tools tools: $(GOBIN) ## Download golangci-lint locally if necessary. - @[[ -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 .PHONY: golangci-lint golangci-lint: