--- kind: pipeline name: default platform: os: linux arch: amd64 clone: depth: 50 steps: - name: test image: golang commands: - go build - go test -v ...