From 04ef36da6c92363ba878de16a403814f7388b099 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 12 Apr 2019 23:49:51 -0400 Subject: [PATCH] Bump Go version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccfa8a165..444678722 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,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 (version -1.11+ is *required*). +1.12.1+ is *required*). For local dev first make sure Go is properly installed, including setting up a [GOPATH](https://golang.org/doc/code.html#GOPATH). Next, clone this repository