mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
ci/golangci-lint: use latest version available in setup-go's manifest
Signed-off-by: umarcor <unai.martinezcorral@ehu.eus>
This commit is contained in:
parent
721fd1f19c
commit
d391ed8d85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -15,7 +15,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
|
check-latest: true
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue