mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 13:04:57 -04: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…
Reference in a new issue