From 935ce781a9b5c30a5fb41459d7446fc355b6d0dc Mon Sep 17 00:00:00 2001 From: Dan Holmes Date: Thu, 28 Mar 2024 12:35:34 -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 4f252f0..3b9a3ba 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/articulate/terraform-provider-ohdear -go 1.21 +go 1.22 require ( github.com/go-resty/resty/v2 v2.11.0