From 29e9897bd6375ba532709616c21b5a31068cc116 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:09:20 -0500 Subject: [PATCH 1/2] Bump go version from 1.22.1 to 1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5958173..8b6198c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sestrella/iecs -go 1.22.1 +go 1.23 require ( github.com/aws/aws-sdk-go-v2/config v1.28.1 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 2/2] 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