chore(deps): update golangci/golangci-lint docker tag to v1.62.2

This commit is contained in:
Renovate Bot 2024-11-25 15:04:34 +00:00 committed by Tom Neuber
parent 632b659a24
commit 9467e9d0b7
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

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