From 9af33cdf37585448c97b060628db49952e2409b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:28:02 -0600 Subject: [PATCH] :arrow_up: Update go to 1.20 (#55) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 80bdd69c..305dc9bb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clevyr/kubedb -go 1.19 +go 1.20 require ( github.com/AlecAivazis/survey/v2 v2.3.6