forked from TrueCloudLab/frostfs-s3-gw
[#636] Bump go version in vulncheck
go1.23.5 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
893b506c83
commit
182262ace2
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.23.5'
|
||||
go-version: '1.23.6'
|
||||
|
||||
- name: Install govulncheck
|
||||
run: go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
|
|
Loading…
Add table
Reference in a new issue