chore(deps): update golangci/golangci-lint docker tag to v2

This commit is contained in:
2026-02-21 00:06:29 +00:00
parent c7b4f7f0e3
commit fe762637da

View File

@@ -8,7 +8,7 @@ when:
steps:
lint:
depends_on: []
image: golangci/golangci-lint:v1.64.8
image: golangci/golangci-lint:v2.10.1
commands:
- go version
- go install mvdan.cc/gofumpt@latest