From ba5392c7bb923bb9ebdf260e666ad0e79580b0c4 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 23 Jan 2024 18:27:51 +0100 Subject: [PATCH] Drop the Go 1.21.4 requirement in /tools This is overly restrictive; the build only cares about 1.21 or later. Signed-off-by: Stephen Kitt --- tools/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/go.mod b/tools/go.mod index 9c04134f4..a2fab3809 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module github.com/submariner-io/submariner-operator/tools -go 1.21.4 +go 1.21 require ( github.com/operator-framework/operator-sdk v1.33.0