From 4e945dd56e6e6c0e539fdc0eb2e21c66f38020ce Mon Sep 17 00:00:00 2001 From: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:13:08 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.21.6 Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dea8b942..4224f3e6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/budimanjojo/talhelper -go 1.21.5 +go 1.21.6 require ( github.com/a8m/envsubst v1.4.2