--- kind: pipeline type: docker name: default steps: - name: build and test image: golang commands: - go build - go test