From 45c6885fa71afc5d68b115cd892c2d846d458c53 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 21 May 2024 14:25:25 +0200 Subject: [PATCH] ci: use golang 1.22.0 for main build some downstream CI will not have flexibility to switch to latest version, we are sticking to the first release version of golang 1.22 Signed-off-by: Madhu Rajanna --- go.mod | 2 +- tools/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a996188c1..f45d2a02e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/csi-addons/kubernetes-csi-addons -go 1.22.2 +go 1.22.0 require ( github.com/container-storage-interface/spec v1.9.0 diff --git a/tools/go.mod b/tools/go.mod index 96528e394..1b06883ad 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module github.com/csi-addons/kubernetes-csi-addons/tools -go 1.22.2 +go 1.22.0 require ( github.com/operator-framework/operator-sdk v1.34.2