Skip to content

Commit 65fbebb

Browse files
committed
chore(*): update to go 1.4.1
1 parent 8d25048 commit 65fbebb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

router/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.3
1+
FROM golang:1.4
22

33
ADD firewall /tmp/firewall
44

tests/bin/setup-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.1_x86_64.deb
2323
dpkg -i vagrant_1.7.1_x86_64.deb && rm vagrant_1.7.1_x86_64.deb
2424

2525
# install go
26-
wget -qO- https://storage.googleapis.com/golang/go1.3.3.linux-amd64.tar.gz | tar -C /usr/local -xz
26+
wget -qO- https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz | tar -C /usr/local -xz
2727
echo 'export PATH=$PATH:/usr/local/go/bin' >> /etc/profile
2828
echo "You must reboot for the global $PATH changes to take effect."
2929

tests/etcdutils/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN buildDeps='curl git-core'; \
1414
set -x; \
1515
export DEBIAN_FRONTEND=noninteractive; \
1616
apt-get update && apt-get install -y $buildDeps --no-install-recommends \
17-
&& curl -sSL https://storage.googleapis.com/golang/go1.3.1.linux-amd64.tar.gz | tar -C /usr/local -xz \
17+
&& curl -sSL https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz | tar -C /usr/local -xz \
1818
&& git clone -q https://github.com/coreos/etcd.git /opt/etcd \
1919
&& cd /opt/etcd && git checkout -q v0.4.6 && PATH=/usr/local/go/bin:$PATH ./build \
2020
&& cp /opt/etcd/bin/etcd /usr/local/bin \

0 commit comments

Comments
 (0)