1
0
Fork 0

Move to Go 1.9.1

master
Philip O Toole 7 years ago
parent c666692d08
commit af646bf227

@ -1,6 +1,6 @@
machine: machine:
environment: environment:
GODIST: "go1.8.1.linux-amd64.tar.gz" GODIST: "go1.9.1.linux-amd64.tar.gz"
post: post:
- mkdir -p download - mkdir -p download

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

Loading…
Cancel
Save