mirror of
https://github.com/actions/setup-go.git
synced 2024-11-15 11:54:34 +08:00
wf update
This commit is contained in:
parent
7d57e56d4d
commit
a037787d02
5
.github/workflows/versions.yml
vendored
5
.github/workflows/versions.yml
vendored
@ -25,5 +25,8 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ matrix.version }}
|
||||
|
||||
- name: go version
|
||||
- name: match ${{ matrix.version }}
|
||||
run: go version
|
||||
|
||||
- name: validate version
|
||||
run: go version | grep "go${{ matrix.version }}"
|
||||
|
Loading…
Reference in New Issue
Block a user