github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/testdata/language/go.1.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - desc: converted from travis.yml
     5      name: pipeline
     6      spec:
     7        envs:
     8          TRAVIS_GO_VERSION: <+matrix.go>
     9        steps:
    10        - name: install
    11          spec:
    12            run: go install
    13          type: script
    14        - name: script
    15          spec:
    16            run: go test -v
    17          type: script
    18      strategy:
    19        spec:
    20          axis:
    21            go:
    22            - "1"
    23            - "1.10"
    24            - "1.11"
    25            - master
    26        type: matrix
    27      type: ci
    28  version: 1