From fbfd08efb4d659de6532fc27d5fd668a268b5dc5 Mon Sep 17 00:00:00 2001 From: "dnastack-renovate[bot]" <209827418+dnastack-renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:03:57 +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 f1f9ab4..1d9ee3f 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