mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 22:15:17 +00:00
Fix yaml indent (#59)
This commit is contained in:
committed by
GitHub
parent
5805cf725b
commit
02f7ea9f09
20
.github/workflows/versions.yml
vendored
20
.github/workflows/versions.yml
vendored
@ -63,12 +63,14 @@ jobs:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
go: [1.7, 1.8.6]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: setup-go ${{ matrix.go }}
|
||||
uses: ./
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- name: verify go
|
||||
run: __tests__/verify-go.sh ${{ matrix.go }}
|
||||
shell: bash
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: setup-go ${{ matrix.go }}
|
||||
uses: ./
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
|
||||
- name: verify go
|
||||
run: __tests__/verify-go.sh ${{ matrix.go }}
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user