workspace:
base: /vol
path: src/first
pipeline:
test:
image: golang
commands:
- go test
build:
- go build -o app