Files
pecker/.woodpecker/build.yaml

10 lines
119 B
YAML
Raw Normal View History

2025-10-19 09:10:22 -06:00
when:
- event: push
branch: main
steps:
- name: build
image: golang:1.25
commands:
- go version