From 90357c676c14fce719d4edbd7b0f46386a91bc7e Mon Sep 17 00:00:00 2001 From: yxxhero Date: Thu, 12 Dec 2024 21:31:06 +0800 Subject: [PATCH] fix lint issue Signed-off-by: yxxhero --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 23963c5..bdb8fec 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/helmfile/vals -go 1.23 +go 1.23.1 + require ( cloud.google.com/go/kms v1.20.2 cloud.google.com/go/secretmanager v1.14.2