From 227c326f7005f138bd57406deec0988b0c1b357e Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Fri, 15 Sep 2023 22:47:10 -0500 Subject: [PATCH] fix: security/dependabot/33 (#1025) Signed-off-by: yxxhero --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index bd4a16e4..afcd6011 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/helmfile/helmfile go 1.21 +toolchain go1.21.0 require ( github.com/Masterminds/semver/v3 v3.2.1