--- kind: pipeline type: docker name: build steps: - name: build image: golang:1.18-bullseye commands: - CGO_ENABLED=0 GOOS=linux go test -cover -v ./...