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

9 lines
100 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
depends_on:
- lint