From 38dbfeda48aeeac519beeaada22803bd443651fe Mon Sep 17 00:00:00 2001 From: Dhia Ayachi Date: Wed, 12 Jun 2024 10:47:28 -0400 Subject: [PATCH] update go version to 1.22.4 (#361) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 41d08091..fcd6862b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/envconsul -go 1.20 +go 1.22.4 require ( github.com/hashicorp/consul-template v0.33.0