mirror of
https://github.com/actions/setup-go
synced 2024-11-09 15:12:40 +00:00
wf update
This commit is contained in:
parent
7d57e56d4d
commit
a037787d02
1 changed files with 6 additions and 3 deletions
9
.github/workflows/versions.yml
vendored
9
.github/workflows/versions.yml
vendored
|
@ -23,7 +23,10 @@ jobs:
|
||||||
- name: setup-go ${{ matrix.version }}
|
- name: setup-go ${{ matrix.version }}
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.version}}
|
go-version: ${{ matrix.version }}
|
||||||
|
|
||||||
- name: go version
|
- name: match ${{ matrix.version }}
|
||||||
run: go version
|
run: go version
|
||||||
|
|
||||||
|
- name: validate version
|
||||||
|
run: go version | grep "go${{ matrix.version }}"
|
||||||
|
|
Loading…
Reference in a new issue