country-geo-locations/.woodpecker/.test.yaml
Renovate Bot b79fb5bbf5
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
chore(deps): update golang docker tag to v1.24.3
2025-05-06 21:03:21 +00:00

9 lines
124 B
YAML

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