go-flat-finder/.woodpecker/.build.yml

10 lines
148 B
YAML
Raw Normal View History

2022-09-13 07:31:25 +00:00
pipeline:
build:
image: golang:1.19.1
commands:
- go mod tidy
2022-09-13 09:56:18 +00:00
- go build -o flatfinder ./cmd/flatfinder
2022-09-13 07:31:25 +00:00
depends_on:
- lint