kind: pipeline type: docker name: default steps: - name: build image: golang:1.20 commands: - go build - go test