From 5682d46897e6e3ff99a9dae638a7c920275cb5a5 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:56:09 +0200 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.12.2 (release/v1.1) (#906) * Update dependency golangci/golangci-lint to v2.12.2 * Update GOLANGCI_LINT_VERSION to v2.12.2 --------- Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com> Co-authored-by: Enrico Candino --- .github/workflows/validate.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0bcbbeec..292c5eff 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -29,7 +29,7 @@ jobs: - name: Run linters uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 with: - version: v2.11.4 + version: v2.12.2 args: -v only-new-issues: true skip-cache: false diff --git a/Makefile b/Makefile index 6e9b0608..3a23dbd6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION ?= $(shell git describe --tags --always --dirty --match="v[0-9]*") ## Dependencies -GOLANGCI_LINT_VERSION := v2.11.4 +GOLANGCI_LINT_VERSION := v2.12.2 GINKGO_VERSION ?= v2.28.1 GINKGO_FLAGS ?= -v -r --coverprofile=cover.out --coverpkg=./... ENVTEST_VERSION ?= v0.0.0-20250505003155-b6c5897febe5