From ecfa1b8bf191c9812f8fc185ecba4e1199cd8276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:04:58 +0000 Subject: [PATCH] chore(deps): update go to v1.22.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3171fdd..14a031d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clevyr/yampl -go 1.22.5 +go 1.22.6 require ( github.com/Masterminds/sprig/v3 v3.2.3