diff --git a/.travis.yml b/.travis.yml index c68d2b0fd..5272b167e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ services: language: go go: - - 1.8.x + - 1.9.x branches: only: diff --git a/README.md b/README.md index 9f80e8078..8b67e2d74 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,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.8+ is *required*). +machine (version 1.9+ is *required*). **Developing with Vagrant** There is an included Vagrantfile that can help bootstrap the process. The diff --git a/Vagrantfile b/Vagrantfile index 029b10b6e..5928f978c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2" DEFAULT_CPU_COUNT = 2 $script = <