From eec7106cf8254927c904a598d93d977914b21593 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 20 Feb 2020 11:09:03 -0500 Subject: [PATCH] Upgrade to go1.13 --- vagrant_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant_setup.sh b/vagrant_setup.sh index 5e140672..95e2de96 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.9.1 -gvm use go1.9.1 +gvm install go1.13 +gvm use go1.13 # rqlite mkdir -p rqlite