--- kind: pipeline name: blurp steps: - name: build image: golang:1.23 commands: - go build -v ./...