From ec35de15988dd41c543754eaf9560ca1141331d3 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 30 Oct 2016 15:03:53 -0400 Subject: [PATCH] Vagrant setup now uses Go 1.7 --- vagrant_setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant_setup.sh b/vagrant_setup.sh index 6dc17801..18cfe2fe 100755 --- a/vagrant_setup.sh +++ b/vagrant_setup.sh @@ -4,13 +4,13 @@ add-apt-repository ppa:git-core/ppa -y echo "Updating..." apt-get update -apt-get install -y curl git bison make mercurial sqlite3 +apt-get install -y curl git bison make mercurial # Golang bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) source ~/.gvm/scripts/gvm -gvm install go1.4 -gvm use go1.4 +gvm install go1.7 +gvm use go1.7 # Rqlite mkdir -p rqlite