From 641e8eba5b00a8cecc38c80b8188452aa2516efa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 06:46:30 +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 8906e37b..9f5117c6 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