0
1
Fork 0

wf update

This commit is contained in:
Bryan MacFarlane 2020-02-09 19:20:43 -05:00
parent 7d57e56d4d
commit a037787d02
1 changed files with 6 additions and 3 deletions

View File

@ -23,7 +23,10 @@ jobs:
- name: setup-go ${{ matrix.version }}
uses: ./
with:
go-version: ${{ matrix.version}}
go-version: ${{ matrix.version }}
- name: go version
run: go version
- name: match ${{ matrix.version }}
run: go version
- name: validate version
run: go version | grep "go${{ matrix.version }}"