From 2b81b5aca8c04455cd3abef4a83c44db03f4576e Mon Sep 17 00:00:00 2001 From: dr-db <25711615+dr-db@users.noreply.github.com> Date: Mon, 26 Oct 2020 00:50:25 -0500 Subject: [PATCH] Updates Go version in README to 1.14.7, to match reality (#10237) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb348c77e3..5a4404c86d 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Developing Vault If you wish to work on Vault itself or any of its built-in systems, you'll first need [Go](https://www.golang.org) installed on your machine. Go version -1.13.7+ is *required*. +1.14.7+ is *required*. For local dev first make sure Go is properly installed, including setting up a [GOPATH](https://golang.org/doc/code.html#GOPATH). Ensure that `$GOPATH/bin` is in