Compare commits

..

1 commit

View file

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