fix linting

This commit is contained in:
2025-11-05 19:50:20 +01:00
parent d4300204cd
commit d2a98920a9
2 changed files with 22 additions and 12 deletions

View File

@@ -26,11 +26,3 @@ steps:
- golangci-lint run ./...
depends_on: [build]
test:
when:
event: [push]
image: golang:${goversion}
commands:
- go get
- go test -v -cover
depends_on: [build,linter]