kind: pipeline
type: docker
name: mservice
steps:
- name: build
image: golang:1.18.0
commands:
- go get ./...
- go test ./...