--- kind: pipeline name: default pipeline: - name: build image: golang commands: - go build - go test ...