From f935b4fb46a8ca9177dfa99a34f0e09d4d012eaa Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Mon, 21 May 2018 17:19:16 -0400 Subject: [PATCH] upgrade nomad to 1.10.2 --- .travis.yml | 2 +- README.md | 2 +- scripts/vagrant-linux-priv-go.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index beae40f09..c69d01606 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: language: go go: - - "1.10.x" + - "1.10.2" addons: chrome: stable diff --git a/README.md b/README.md index 1989f6590..ed483a3b9 100644 --- a/README.md +++ b/README.md @@ -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.10+ is *required*). +machine (version 1.10.2+ is *required*). **Developing with Vagrant** There is an included Vagrantfile that can help bootstrap the process. The diff --git a/scripts/vagrant-linux-priv-go.sh b/scripts/vagrant-linux-priv-go.sh index eaf046578..c363c208a 100755 --- a/scripts/vagrant-linux-priv-go.sh +++ b/scripts/vagrant-linux-priv-go.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash function install_go() { - local go_version=1.10 + local go_version=1.10.2 local download= - + download="https://storage.googleapis.com/golang/go${go_version}.linux-amd64.tar.gz" if [ -d /usr/local/go ] ; then