forked from TrueCloudLab/frostfs-http-gw
[#206] Bump go version in vulncheck
go1.22.11 triggers GO-2025-3447 but this is applicable only for ppc64le platform. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
1779593f46
commit
76bd6ea40f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.22.11'
|
||||
go-version: '1.22.12'
|
||||
|
||||
- name: Install govulncheck
|
||||
run: go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
|
|
Loading…
Add table
Reference in a new issue