Update vagrant_setup.sh

This commit is contained in:
Philip O'Toole
2025-07-28 21:19:12 -04:00
committed by GitHub
parent c95fbae070
commit 476a9d7d39

View File

@@ -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.22
gvm use go1.22
gvm install go1.24
gvm use go1.24
# rqlite
mkdir -p rqlite