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

Merged
renovate merged 1 commit from renovate/golangci-golangci-lint-1.x into main 2025-02-12 02:04:12 +01:00
Showing only changes of commit 1584186511 - Show all commits

View file

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