From 0897fa540c2cec08f01924fbf43cd2608a7a190b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:55:12 +0000 Subject: [PATCH] chore(deps): update go to v1.22.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8bcfb6f..8a8a355 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/clevyr/yampl -go 1.22.1 +go 1.22.2 require ( github.com/Masterminds/sprig/v3 v3.2.3