chore(deps): update dependency golangci/golangci-lint to v2.7.1 (#5832)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-06 09:51:32 +01:00
committed by GitHub
parent 9294492977
commit 90e4a9778a
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ steps:
lint:
depends_on:
- vendor
image: golangci/golangci-lint:v2.6.2
image: golangci/golangci-lint:v2.7.1
commands:
- make lint
when: *when

View File

@@ -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.6.2
GOLANGCI_LINT_VERSION := v2.7.1
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
XGO_VERSION := go-1.25.x