From 2d68d2d09e84fa109ea04adb8b46929655bccdbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:13:41 +0000 Subject: [PATCH] chore(deps): update dependency nunnatsa/ginkgolinter to v0.21.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64f4170..3714843 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GOLINT ?= $(LOCALBIN)/golangci-lint ## Tool Versions GOLINT_VERSION ?= 2.2.1 -GINKGOLINTER_VERSION ?= 0.19.1 +GINKGOLINTER_VERSION ?= 0.21.2 ## Location to install dependencies an GO binaries LOCALBIN ?= $(shell pwd)/bin