mirror of
https://github.com/actions/setup-go.git
synced 2025-05-31 15:02:26 +00:00
wf update
This commit is contained in:
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 }}"
|
||||
|
Reference in New Issue
Block a user