go-flat-finder/.woodpecker/.build.yml
2022-09-13 21:56:18 +12:00

10 lines
148 B
YAML

pipeline:
build:
image: golang:1.19.1
commands:
- go mod tidy
- go build -o flatfinder ./cmd/flatfinder
depends_on:
- lint