kind: pipeline
type: docker
name: pipeline
steps:
- name: lint
image: golang
commands:
- make lint
- name: test with race and cover
- make test