mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2024-12-25 06:22:20 -05:00
wf update
This commit is contained in:
parent
7d57e56d4d
commit
a037787d02
1 changed files with 6 additions and 3 deletions
5
.github/workflows/versions.yml
vendored
5
.github/workflows/versions.yml
vendored
|
@ -25,5 +25,8 @@ jobs:
|
||||||
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