1
0
Fork 0

Upgrade to go1.13

master
Philip O'Toole 5 years ago committed by GitHub
parent d4027f72ad
commit eec7106cf8
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
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

Loading…
Cancel
Save