Merge pull request 'chore(deps): update golangci/golangci-lint docker tag to v2.2.2' (#103) from renovate/golangci-golangci-lint-2.x into main
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
renovate 2025-07-11 15:10:16 +02:00
commit f11c02c4b5

View file

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