kind: pipeline type: docker name: default steps: - name: build image: docker.1ms.run/golang:1.20 commands: - go build - go test