---
kind: pipeline
type: docker
name: default
steps:
- name: tests
image: golang:1.17
commands:
- go build -v
- go test -v ./...