Compare commits

...

1 commit

View file

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