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