kind: pipeline type: docker name: default steps: - name: test image: golang:1.20 commands: - go test -v -race ./...