govulncheck: Fix minor toolchain updates for good #208

Merged
alexvanin merged 1 commit from potyarkin/frostfs-http-gw:fix/govulncheck-for-good into master 2025-03-20 13:49:55 +00:00

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