From 9e09500011e74a6d877d843bce785953481ab695 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:48:23 +0000 Subject: [PATCH] chore(deps): update go to v1.21.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e18a61d..97c33e5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clevyr/yampl -go 1.21.4 +go 1.21.5 require ( github.com/Masterminds/sprig/v3 v3.2.3