From b5c49a3adaac1e263e858c36488087b4a8736576 Mon Sep 17 00:00:00 2001 From: Catherine Chan-Tse Date: Mon, 19 Feb 2024 10:11:17 -0500 Subject: [PATCH] Bump go to 1.21 Signed-off-by: Catherine Chan-Tse --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b13caa2..889f15a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/operator-framework/ansible-operator-plugins -go 1.20 +go 1.21 require ( github.com/go-logr/logr v1.4.1