Add go get
Some checks failed
the build failed

This commit is contained in:
Peter Stuifzand 2019-03-11 20:35:46 +01:00
parent 33c37fde0b
commit 5c8452973f

View File

@ -3,5 +3,6 @@ pipeline:
testing:
image: golang:1.11
commands:
- go get -u .
- go test -v .
- go vet