@@ -4,6 +4,7 @@ pipeline:
commands:
- GOPATH=$(pwd)/go
- go get ./...
+ - go get -t ./...
- go test ./...
- go build
frontend: