Compare commits

..

1 commit

Author SHA1 Message Date
b54e42d40a
chore(deps): update golangci/golangci-lint docker tag to v2
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/build unknown status
2025-03-25 22:05:11 +00:00

View file

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