From 312581f58841c3b710fefdadcb541c91ed07ab45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:16:17 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.21.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 74814434..655dd0ab 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ibm-hyper-protect/k8s-operator-hpcr -go 1.21 +go 1.21.5 require ( github.com/IBM/fp-go v1.0.84