Compare commits

...

1 commit

View file

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