Compare commits

..

1 commit

View file

@ -13,7 +13,7 @@ steps:
when:
- event: [push, manual]
- name: golangci-linter
image: golangci/golangci-lint:v2.0.0
image: golangci/golangci-lint:v2.0.1
commands:
- golangci-lint run ./...
when: