From 4bd158abd3392b9e42c2d20374a83e51e81d92ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:31:48 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.12.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6631b481..64ac6102 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GO_PROJECT := github.com/crossplane/$(PROJECT_NAME)/v2 # GOLANGCILINT_VERSION is inherited from build submodule by default. # Uncomment below if you need to override the version. -GOLANGCILINT_VERSION ?= 2.10.1 +GOLANGCILINT_VERSION ?= 2.12.2 # GO_REQUIRED_VERSION ?= 1.22 PLATFORMS ?= linux_amd64 linux_arm64