diff --git a/build.env b/build.env index 2ccc79324fb..f451b68022d 100644 --- a/build.env +++ b/build.env @@ -12,14 +12,14 @@ CSI_IMAGE_VERSION=canary # cephcsi upgrade version -CSI_UPGRADE_VERSION=v3.11.0 +CSI_UPGRADE_VERSION=v3.12.1 # Ceph version to use 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 diff --git a/go.mod b/go.mod index 8eb54d8f100..9bd91faf195 100644 --- a/go.mod +++ b/go.mod @@ -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