github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/circle/testdata/orbs-go/example1.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: build
     5      spec:
     6        platform:
     7          arch: amd64
     8          os: linux
     9        runtime:
    10          spec: {}
    11          type: cloud
    12        steps:
    13        - name: circleci/go
    14          spec:
    15            run: echo unable to convert orb circleci/go/load-cache
    16          type: script
    17        - name: circleci/go1
    18          spec:
    19            run: echo unable to convert orb circleci/go/mod-download
    20          type: script
    21        - name: circleci/go2
    22          spec:
    23            run: echo unable to convert orb circleci/go/save-cache
    24          type: script
    25        - name: go_test
    26          spec:
    27            run: go test -cover -covermode atomic -race ./...
    28          type: script
    29      type: ci
    30  version: 1