diff --git a/build.env b/build.env index 65d945682..ff986f4b2 100644 --- a/build.env +++ b/build.env @@ -19,7 +19,7 @@ BASE_IMAGE=quay.io/ceph/ceph:v18 CEPH_VERSION=reef # standard Golang options -GOLANG_VERSION=1.21.9 +GOLANG_VERSION=1.22.2 GO111MODULE=on # commitlint version diff --git a/go.mod b/go.mod index a207051b0..ffb931894 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/ceph/ceph-csi -go 1.21 +go 1.22 -toolchain go1.21.9 +toolchain go1.22.2 require ( github.com/IBM/keyprotect-go-client v0.12.2