commit | ab6846acb1cf402787cde041fcff5f01c0b8e362 | [log] [tgz] |
---|---|---|
author | Matthew Hooker <mwhooker@gmail.com> | Mon Mar 08 14:41:51 2021 -0800 |
committer | GitHub <noreply@github.com> | Mon Mar 08 14:41:51 2021 -0800 |
tree | f7161af17fa92cd8a7290aff3a35ac609f0d2fc1 | |
parent | cb869d97a564fb27eb864d7053ca42585ee29f2f [diff] |
we require go 1.13 Make sure we specify go v1.13, not 1.14
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