From 1d68b9746929bc71ba5319c1ff430316a4985575 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Tue, 10 Mar 2020 13:30:47 -0500 Subject: [PATCH] bump the expected go language version of the main module to 1.13 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 55b7279dd1a8..61048cdbeff9 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