mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 12:05:37 -06:00
Fix grep and remove npm packages audit
This commit is contained in:
parent
58d97aaa95
commit
7230ab7d7d
2 changed files with 1 additions and 5 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
go-version: 1.14
|
||||
|
||||
- name: validate version
|
||||
run: go version | grep "go1.13."
|
||||
run: go version | grep "go1.14."
|
||||
|
||||
- name: setup-go 1.14.0
|
||||
uses: ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue