Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wf update
  • Loading branch information
Bryan MacFarlane committed Feb 10, 2020
1 parent 7d57e56 commit a037787
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/versions.yml
Expand Up @@ -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 }}"

0 comments on commit a037787

Please sign in to comment.