mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
Adds check-latest
for setup-go action v3
Signed-off-by: John McBride <jpmmcbride@gmail.com>
This commit is contained in:
parent
7dc8b004e6
commit
63143d01a1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.17'
|
||||
check-latest: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue