From 058f702a0b436748d197856af81a0326ab678b9b Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 24 Sep 2024 09:18:29 +0200 Subject: [PATCH] rebase: use toolchain for 1.22.6 we dont have downstream golang with version 1.22.6 and csi-addons needs 1.22.6 to build for that reason we can use the toolchain to enforce the soft dependency. Signed-off-by: Madhu Rajanna --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b331a5711..b0712f2c9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/csi-addons/kubernetes-csi-addons -go 1.22.6 +go 1.22.5 + +toolchain go1.22.6 require ( github.com/container-storage-interface/spec v1.10.0