From ca807b8d58aa4882f78da72bb8dd30347c066256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:19:29 -0600 Subject: [PATCH] :arrow_up: Update go to 1.20 (#17) 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 1a61ab7..9070237 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clevyr/yampl -go 1.19 +go 1.20 require ( github.com/Masterminds/sprig/v3 v3.2.3