From 79f3ecce3bc5e7c8420624925ea933bf5e111f2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:02:54 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.2.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64f4170..11525a3 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GOIMPORTS ?= $(LOCALBIN)/goimports GOLINT ?= $(LOCALBIN)/golangci-lint ## Tool Versions -GOLINT_VERSION ?= 2.2.1 +GOLINT_VERSION ?= 2.2.2 GINKGOLINTER_VERSION ?= 0.19.1 ## Location to install dependencies an GO binaries