chore(deps): update golangci/golangci-lint docker tag to v2.2.0 #100

Merged
renovate merged 1 commit from renovate/golangci-golangci-lint-2.x into main 2025-06-29 00:10:11 +02:00
Showing only changes of commit c8de6ca06a - Show all commits

View file

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