kind: pipeline type: docker name: build steps: - name: test image: "golang:alpine" commands: - go build