bottin/.drone.yml
2021-02-08 14:12:52 +01:00

8 lines
101 B
YAML

pipeline:
build:
image: golang:stretch
commands:
- go get -d -v
- go build -v