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
8b3f224c96
commit
721fd1f19c
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
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.19'
|
go-version: '1.19'
|
||||||
|
check-latest: true
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue