Merge pull request 'chore(deps): update golangci/golangci-lint docker tag to v1.64.4' (#15) from renovate/golangci-golangci-lint-1.x into main
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

Reviewed-on: #15
This commit is contained in:
Tom Neuber 2025-02-13 15:01:13 +01:00
commit efb554f62b

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: