Use golang 1.14.3 instead of latest
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
42694115bd
commit
6f0d80576a
@ -4,7 +4,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: golang
|
image: golang:1.14.3
|
||||||
commands:
|
commands:
|
||||||
- go test -v
|
- go test -v
|
||||||
- go build
|
- go build
|
||||||
|
Loading…
Reference in New Issue
Block a user