Fix go get
Some checks failed
the build failed

This commit is contained in:
Peter Stuifzand 2019-03-11 20:36:54 +01:00
parent 5c8452973f
commit e5d7aad533

View File

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