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