From c2329ebb3e62374f85440dce8b5b5160eda8def3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Dec 2024 15:11:31 -0500 Subject: [PATCH] git mot tidy changes --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d06b1131..9aa37471 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,10 @@ module github.com/dell/csi-vxflexos/v2 // In order to run unit tests on Windows, you need a stubbed Windows implementation // of the gofsutil package. Use the following replace statements if necessary. -go 1.23 +go 1.23.0 + +toolchain go1.23.3 + require ( github.com/akutz/memconn v0.1.0 github.com/apparentlymart/go-cidr v1.1.0