From 06b333ba1169bfe21cefd532423a45a4c38f1d1f Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:22:54 -0500 Subject: [PATCH] Downgrade go version constraint --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8b6198c..222cd69 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sestrella/iecs -go 1.23 +go 1.22 require ( github.com/aws/aws-sdk-go-v2/config v1.28.1