git://git.halfball.org
/
plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9769434
)
Vagrantfile: update to golang 1.9.1
author
Gabriel Rosenhouse
<grosenhouse@pivotal.io>
Wed, 11 Oct 2017 19:19:16 +0000
(21:19 +0200)
committer
Gabriel Rosenhouse
<grosenhouse@pivotal.io>
Wed, 11 Oct 2017 19:19:16 +0000
(21:19 +0200)
Vagrantfile
patch
|
blob
|
history
diff --git
a/Vagrantfile
b/Vagrantfile
index
03b6eb2
..
4909e51
100644
(file)
--- a/
Vagrantfile
+++ b/
Vagrantfile
@@
-12,7
+12,7
@@
Vagrant.configure(2) do |config|
apt-get update -y || (sleep 40 && apt-get update -y)
apt-get install -y git
- wget -qO- https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz | tar -C /usr/local -xz
+ wget -qO- https://storage.googleapis.com/golang/go1.9.
1.
linux-amd64.tar.gz | tar -C /usr/local -xz
echo 'export GOPATH=/go' >> /root/.bashrc
echo 'export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin' >> /root/.bashrc