From af646bf2272e956dcc43a4ec1e5fdd92a7749355 Mon Sep 17 00:00:00 2001 From: Philip O Toole Date: Thu, 5 Oct 2017 10:03:28 -0700 Subject: [PATCH] Move to Go 1.9.1 --- circle.yml | 2 +- vagrant_setup.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 60020f87..cd5f47cd 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: environment: - GODIST: "go1.8.1.linux-amd64.tar.gz" + GODIST: "go1.9.1.linux-amd64.tar.gz" post: - mkdir -p download diff --git a/vagrant_setup.sh b/vagrant_setup.sh index 1f148fd8..5e140672 100755 --- a/vagrant_setup.sh +++ b/vagrant_setup.sh @@ -9,8 +9,8 @@ apt-get install -y curl git bison make mercurial # Go bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) source ~/.gvm/scripts/gvm -gvm install go1.8.1 -gvm use go1.8.1 +gvm install go1.9.1 +gvm use go1.9.1 # rqlite mkdir -p rqlite