diff --git a/build.env b/build.env index 186ecd163..f451b6802 100644 --- a/build.env +++ b/build.env @@ -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 diff --git a/go.mod b/go.mod index 8eb54d8f1..9bd91faf1 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