[#] govulncheck: Fix minor toolchain updates for good
Some checks failed
/ OCI image (pull_request) Failing after 7s
/ Vulncheck (pull_request) Failing after 9s
/ DCO (pull_request) Failing after 32s
/ Builds (pull_request) Failing after 9s
/ Lint (pull_request) Successful in 3m0s
/ Tests (pull_request) Successful in 1m31s
/ Integration tests (pull_request) Successful in 7m7s

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2025-02-10 18:30:16 +03:00
parent 466f3a9531
commit 26f9d475b1

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