build: Use Go v1.22.5

Go versions 1.22.0 through 1.22.4 are affected
by CVE-2024-24791

Signed-off-by: Niraj Yadav <niryadav@redhat.com>
This commit is contained in:
Niraj Yadav 2024-08-20 18:01:42 +05:30 committed by mergify[bot]
parent 3570ac408a
commit cc6835eee8
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ BASE_IMAGE=quay.io/ceph/ceph:v19
CEPH_VERSION=squid
# standard Golang options
GOLANG_VERSION=1.22.2
GOLANG_VERSION=1.22.5
GO111MODULE=on
# commitlint version

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/ceph/ceph-csi
go 1.22.0
go 1.22.5
require (
github.com/IBM/keyprotect-go-client v0.15.1