From d264249a2f66139c880fe7cf3d8e51f14bbafff6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 13:03:12 +0000 Subject: [PATCH] Update golangci/golangci-lint Docker tag to v2.12.1 --- .woodpecker/test.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 84515c32478..22636cf96f4 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -56,7 +56,7 @@ steps: lint: depends_on: - vendor - image: golangci/golangci-lint:v2.12.0 + image: golangci/golangci-lint:v2.12.1 commands: - make lint when: *when diff --git a/Makefile b/Makefile index a829f1027ed..d7700dc3d60 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # renovate: datasource=github-releases depName=mvdan/gofumpt GOFUMPT_VERSION := v0.9.2 # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION := v2.12.0 +GOLANGCI_LINT_VERSION := v2.12.1 # renovate: datasource=docker depName=docker.io/techknowlogick/xgo XGO_VERSION := go-1.26.x