[#208] govulncheck: Fix minor toolchain updates for good

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2025-02-10 18:30:16 +03:00 committed by Alexey Vanin
parent 9ef6b06e91
commit d670983df4

View file

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