From 183040c59ae9df91421439b26dcb1fed0ef7a25a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:40:57 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.9.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75282f40..915e9b07 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.6.1 +GOLANGCILINT_VERSION ?= 2.9.0 # GO_REQUIRED_VERSION ?= 1.22 PLATFORMS ?= linux_amd64 linux_arm64