From 0818c7a649be9207953c0643fb8c1b9223961c4f Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:40:14 -0400 Subject: [PATCH] [release-2.10] Fix `go.mod` version Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 585b809d..f67f15a7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stolostron/go-template-utils/v4 -go 1.22 +go 1.21.0 require ( github.com/Masterminds/sprig/v3 v3.2.3