chore(deps): update golangci/golangci-lint docker tag to v1.64.4
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Renovate Bot 2025-02-12 23:05:34 +00:00
parent 2e4403bce0
commit b0e0ef819a
Signed by: renovate
GPG key ID: 3A0CE4E8FD0069E6

View file

@ -13,7 +13,7 @@ steps:
when:
- event: [push, manual]
- name: golangci-linter
image: golangci/golangci-lint:v1.64.3
image: golangci/golangci-lint:v1.64.4
commands:
- golangci-lint run ./...
when: