From 61648d0533b6f726ef2cb692c4b4bb29ab47ec06 Mon Sep 17 00:00:00 2001 From: Praveen M Date: Fri, 24 Jan 2025 11:17:21 +0530 Subject: [PATCH] rebase: update go to 1.23.1 module github.com/kubernetes-csi/csi-lib-utils requires go 1.23.1 Signed-off-by: Praveen M --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 37ffccaae9e..f04227aa953 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/ceph/ceph-csi -go 1.23.0 +go 1.23.1 + toolchain go1.23.5 require (