@@ -1,8 +1,10 @@
pipeline:
backend:
image: golang
- commands:
+ environment:
- GOPATH=$(pwd)/go/deps:$(pwd)/go
+ - CGO=0
+ commands:
- go get ./go/src/...
- go get -t ./go/src/...
- go test ./go/src/...