kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:1.13
commands:
- go get -v
- make build
- name: lint
- make lint