From 88ae2ef2da3130898a510730392e52cc3e288266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:52:12 -0600 Subject: [PATCH] chore(deps): update go to v1.21.4 (#35) 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 834c1ec..e18a61d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clevyr/yampl -go 1.21 +go 1.21.4 require ( github.com/Masterminds/sprig/v3 v3.2.3