chore(deps): update golangci/golangci-lint docker tag to v1.64.5
Some checks failed
ci/woodpecker/push/build unknown status
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Renovate Bot 2025-02-13 23:10:23 +00:00
parent 98b0625084
commit 7696a5651c
Signed by: renovate
GPG key ID: 3A0CE4E8FD0069E6

View file

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