From f81a12742fe7472de013d9f30609c6db940c64ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:58:46 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.12.2 --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0422b1d2..6370ef8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: env: # Common versions - GOLANGCI_VERSION: "v2.10.1" + GOLANGCI_VERSION: "v2.12.2" DOCKER_BUILDX_VERSION: "v0.35.0" # Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run diff --git a/Makefile b/Makefile index db979385..79d0678a 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