You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
Update golangci/golangci-lint Docker tag to v2.12.1 (#6537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user