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