1
0
Fork 0

More upgrades to Go 1.21

master
Philip O'Toole 1 year ago
parent 0bd764707d
commit 03619ced55

@ -9,8 +9,8 @@ apt-get install -y curl git bison make mercurial
# Go # Go
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source ~/.gvm/scripts/gvm source ~/.gvm/scripts/gvm
gvm install go1.18 gvm install go1.12
gvm use go1.18 gvm use go1.21
# rqlite # rqlite
mkdir -p rqlite mkdir -p rqlite

Loading…
Cancel
Save