Skip to content

Commit

Permalink
Update required golang version in Readme
Browse files Browse the repository at this point in the history
Fixes #4616.
  • Loading branch information
adilyse committed Sep 12, 2018
1 parent f54fd21 commit 183a847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ https://www.consul.io/docs
## Developing Consul

If you wish to work on Consul itself, you'll first need [Go](https://golang.org)
installed (version 1.9+ is _required_). Make sure you have Go properly installed,
installed (version 1.10+ is _required_). Make sure you have Go properly installed,
including setting up your [GOPATH](https://golang.org/doc/code.html#GOPATH).

Next, clone this repository into `$GOPATH/src/github.com/hashicorp/consul` and
Expand Down

0 comments on commit 183a847

Please sign in to comment.