backy/.woodpecker/go-lint.yml
Andrew Woodlee 4d705d78fb
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
fix: golang-ci-lint version
2025-03-11 22:22:39 -05:00

14 lines
232 B
YAML

steps:
build:
image: golang
commands:
- go build
- go test
release:
image: golangci/golangci-lint:v1.64.7
commands:
- golangci-lint run -v --timeout 5m
when:
- event: push
branch: develop