kind: pipeline type: docker name: hello-drone platform: os: linux arch: amd64 steps: - name: build image: golang commands: - go build