Fix go get
the build failed Details

master
Peter Stuifzand 5 years ago
parent 5c8452973f
commit e5d7aad533

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

Loading…
Cancel
Save