1
0
Fork 0

Move to Go 1.18

master
Philip O'Toole 2 years ago committed by GitHub
parent b3fae155cc
commit 2be4207cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save