Add image to .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-03-16 20:31:09 +01:00
parent 10d4274c2a
commit d2f7e71d8c

View File

@ -4,6 +4,7 @@ name: default
steps:
- name: testing
image: golang:1.12
commands:
- go get -u ./...
- go build -u ./...