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

Merged
renovate merged 1 commit from renovate/golangci-golangci-lint-1.x into main 2024-11-26 15:07:27 +01:00
Showing only changes of commit 2ff45b2a6e - Show all commits

View file

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