Compare commits

..

1 commit

Author SHA1 Message Date
98f25770bf
chore(deps): update golangci/golangci-lint docker tag to v2
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build unknown status
2025-04-12 19:03:58 +00:00

View file

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