country-geo-locations/.woodpecker/.test.yaml
Renovate Bot a28e79413c
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline failed
chore(deps): update golang docker tag to v1.24.2
2025-04-01 18:03:59 +00:00

9 lines
124 B
YAML

steps:
- name: gotest
image: golang:1.24.2
commands:
- go test ./...
when:
- event: push
depends_on:
- lint