govulncheck: Fix minor toolchain updates for good #1641

Merged
dstepanov-yadro merged 1 commit from potyarkin/frostfs-node:fix/govulncheck-for-good into master 2025-02-11 14:02:25 +00:00

View file

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