Merge pull request #4293 from maihde/patch-1

Update minimum Go version.
This commit is contained in:
Charlie Voiselle 2018-05-12 12:13:07 -04:00 committed by GitHub
commit cbd2b77c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ Developing Nomad
If you wish to work on Nomad itself or any of its built-in systems,
you will first need [Go](https://www.golang.org) installed on your
machine (version 1.9+ is *required*).
machine (version 1.10+ is *required*).
**Developing with Vagrant**
There is an included Vagrantfile that can help bootstrap the process. The