srvdav/.drone.yml

8 lines
99 B
YAML

pipeline:
build:
image: golang
commands:
- go get
- go build
- go test