[#5] govulncheck: Fix minor update problems for good

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2025-02-10 18:11:18 +03:00
parent cfbca7fa1d
commit 30e83428fd

View file

@ -18,7 +18,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.23.5'
go-version: '1.23'
check-latest: true
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest