--- kind: pipeline name: default clone: depth: 50 steps: - name: test image: golang commands: - go build - go test -v