1 Commits

Author SHA1 Message Date
8faec3cc62 chore(deps): update golangci/golangci-lint docker tag to v2 2026-01-11 00:05:35 +00:00

View File

@@ -8,7 +8,7 @@ when:
steps: steps:
lint: lint:
depends_on: [] depends_on: []
image: golangci/golangci-lint:v1.64.8 image: golangci/golangci-lint:v2.8.0
commands: commands:
- go version - go version
- go install mvdan.cc/gofumpt@latest - go install mvdan.cc/gofumpt@latest
@@ -28,7 +28,7 @@ steps:
branch: renovate/* branch: renovate/*
yamllint: yamllint:
image: pipelinecomponents/yamllint:0.35.9 image: pipelinecomponents/yamllint:0.31.2
depends_on: [] depends_on: []
commands: commands:
- yamllint . - yamllint .