From 2be4207cf37066ba1a75682db922a62bdba56f8e Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 4 Nov 2022 10:16:03 -0400 Subject: [PATCH] Move to Go 1.18 --- vagrant_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant_setup.sh b/vagrant_setup.sh index e0cec356..bad680e1 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.16 -gvm use go1.16 +gvm install go1.18 +gvm use go1.18 # rqlite mkdir -p rqlite