@@ -2,6 +2,7 @@ pipeline:
backend:
image: golang
commands:
+ - GOPATH=$(pwd)/go
- go get ./...
- go test ./...
- go build