From 31943924f90012c57848c9cd34d569402456d6dd Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Tue, 10 Mar 2020 14:46:09 -0500 Subject: [PATCH] bump the expected go language version of the main module to 1.13 (#7429) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 55b7279dd1..61048cdbef 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/consul -go 1.12 +go 1.13 replace github.com/hashicorp/consul/api => ./api