kind: pipeline name: default steps: - name: test image: golang:alpine commands: - CGO_ENABLED=0 go test -v ./... volumes: - name: gopath path: /go