country-geo-locations/.woodpecker/.gofmt.yaml
Renovate Bot 8f7873f68e
All checks were successful
ci/woodpecker/push/gofmt Pipeline was successful
ci/woodpecker/push/vulncheck 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.23.3
2024-11-07 04:01:56 +00:00

7 lines
102 B
YAML

steps:
- name: gofmt
image: golang:1.23.3
commands:
- gofmt -l -s .
when:
- event: push