1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-08-19 00:51:55 +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:
umarcor 2022-08-22 01:04:31 +02:00
commit d391ed8d85

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '^1.19'
check-latest: true
- uses: actions/checkout@v3