mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
chore(deps): update dependency golangci/golangci-lint to v2.9.0 (#6107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -56,7 +56,7 @@ steps:
|
|||||||
lint:
|
lint:
|
||||||
depends_on:
|
depends_on:
|
||||||
- vendor
|
- vendor
|
||||||
image: golangci/golangci-lint:v2.8.0
|
image: golangci/golangci-lint:v2.9.0
|
||||||
commands:
|
commands:
|
||||||
- make lint
|
- make lint
|
||||||
when: *when
|
when: *when
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
|||||||
# renovate: datasource=github-releases depName=mvdan/gofumpt
|
# renovate: datasource=github-releases depName=mvdan/gofumpt
|
||||||
GOFUMPT_VERSION := v0.9.2
|
GOFUMPT_VERSION := v0.9.2
|
||||||
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
GOLANGCI_LINT_VERSION := v2.8.0
|
GOLANGCI_LINT_VERSION := v2.9.0
|
||||||
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
|
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
|
||||||
XGO_VERSION := go-1.25.x
|
XGO_VERSION := go-1.25.x
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user