guichet/.drone.yml

8 lines
101 B
YAML
Raw Normal View History

2021-02-24 16:43:23 +00:00
pipeline:
build:
image: golang:stretch
commands:
- go get -d -v
- go build -v