github.com/drone/runner-go@v1.12.0/.drone.yml (about) 1 kind: pipeline 2 name: default 3 4 steps: 5 - name: test 6 image: golang:1.12 7 commands: 8 - go test ./... 9