From a3b88da653da6a2784afb69c5d168d04da5b6042 Mon Sep 17 00:00:00 2001 From: Michael Whatcott Date: Wed, 25 Oct 2023 09:55:21 -0600 Subject: [PATCH] Revert "Go v1.21.3" (at JO's request) We want this module to remain usable to end users who not yet have upgraded to the latest version of Go. This reverts commit 446bbc488862015336ff6cd226bd9255f9d67c7e. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5173cc8..db4c7a5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/smartystreets/smartystreets-go-sdk -go 1.21 +go 1.13 require ( github.com/smarty/assertions v1.15.1