kind: pipeline
name: default
workspace:
base: /go
path: src/discord-pocketbot-go
steps:
- name: test
image: golang
commands:
- go get
- go build