From 36166a7619a396189a77c291ed36b70defb496a7 Mon Sep 17 00:00:00 2001 From: Dan Holmes Date: Thu, 28 Mar 2024 12:38:28 -0500 Subject: [PATCH] build(go): upgrade to 1.22 https://github.com/articulate/platform/issues/146 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2f2dae4..9662da1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/articulate/docker-bootstrap -go 1.21 +go 1.22 require ( github.com/aws/aws-sdk-go-v2/config v1.27.4