From ab6846acb1cf402787cde041fcff5f01c0b8e362 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 8 Mar 2021 14:41:51 -0800 Subject: [PATCH] we require go 1.13 Make sure we specify go v1.13, not 1.14 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0afe8e6..141cc4c 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/hashicorp/go-multierror -go 1.14 +go 1.13 require github.com/hashicorp/errwrap v1.0.0