mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Update workflow test
This commit is contained in:
parent
7230ab7d7d
commit
e97b7f0c52
1 changed files with 3 additions and 3 deletions
6
.github/workflows/versions.yml
vendored
6
.github/workflows/versions.yml
vendored
|
@ -35,10 +35,10 @@ jobs:
|
|||
- name: validate version
|
||||
run: go version | grep "go1.14."
|
||||
|
||||
- name: setup-go 1.14.0
|
||||
- name: setup-go 1.13.8
|
||||
uses: ./
|
||||
with:
|
||||
go-version: 1.14.0
|
||||
go-version: 1.13.8
|
||||
|
||||
- name: validate version
|
||||
run: go version | grep "go1.14.0"
|
||||
run: go version | grep "go1.13.8"
|
||||
|
|
Loading…
Add table
Reference in a new issue