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

Merged
renovate merged 4 commits from renovate/golangci-golangci-lint-2.x into main 2025-04-18 16:13:23 +02:00
Showing only changes of commit 61d3c19f0f - Show all commits

View file

@ -13,7 +13,7 @@ steps:
when:
- event: push
- name: golangci-linter
image: golangci/golangci-lint:v1.64.8
image: golangci/golangci-lint:v2.1.2
commands:
- golangci-lint run ./...
when: