kind: pipeline type: docker name: go-lib/micro platform: arch: amd64 os: linux steps: - name: build image: golang:1.18.0 commands: - go get ./... - go test ./...