Use golang 1.14.3 instead of latest
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ask Bjørn Hansen 2020-05-25 00:01:05 -07:00
parent 42694115bd
commit 6f0d80576a

View File

@ -4,7 +4,7 @@ name: default
steps:
- name: test
image: golang
image: golang:1.14.3
commands:
- go test -v
- go build