From 6d7375b3d1fdd7842d5e5c47eb87926b9a01cf46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 13:57:03 +0100 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v2.8.0 (#5944) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .woodpecker/test.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 8fd001329..3767dfb8c 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -55,7 +55,7 @@ steps: lint: depends_on: - vendor - image: golangci/golangci-lint:v2.7.2 + image: golangci/golangci-lint:v2.8.0 commands: - make lint when: *when diff --git a/Makefile b/Makefile index 5d0f5b551..1f74de9da 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.7.2 +GOLANGCI_LINT_VERSION := v2.8.0 # renovate: datasource=docker depName=docker.io/techknowlogick/xgo XGO_VERSION := go-1.25.x