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

Merged
tom merged 1 commit from renovate/golangci-golangci-lint-1.x into main 2025-02-13 15:01:42 +01:00
Showing only changes of commit 85e63fc228 - Show all commits

View file

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