From 003f37de6a491bd9d654b41ed4b528b1d658b91d Mon Sep 17 00:00:00 2001 From: shmokmt <32533860+shmokmt@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:23:25 +0900 Subject: [PATCH] Update go version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d8ced99..2070af2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/shmokmt/tfhk -go 1.22.4 +go 1.23.1 require github.com/hashicorp/hcl/v2 v2.22.0