Skip to content

Commit

Permalink
Merge pull request deis#3018 from mboersma/golang-14
Browse files Browse the repository at this point in the history
chore(*): update to go 1.4.1
  • Loading branch information
mboersma committed Feb 6, 2015
2 parents 8d25048 + 65fbebb commit c6fa691
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion router/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.3
FROM golang:1.4

ADD firewall /tmp/firewall

Expand Down
2 changes: 1 addition & 1 deletion tests/bin/setup-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.1_x86_64.deb
dpkg -i vagrant_1.7.1_x86_64.deb && rm vagrant_1.7.1_x86_64.deb

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

Expand Down
2 changes: 1 addition & 1 deletion tests/etcdutils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN buildDeps='curl git-core'; \
set -x; \
export DEBIAN_FRONTEND=noninteractive; \
apt-get update && apt-get install -y $buildDeps --no-install-recommends \
&& curl -sSL https://storage.googleapis.com/golang/go1.3.1.linux-amd64.tar.gz | tar -C /usr/local -xz \
&& curl -sSL https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz | tar -C /usr/local -xz \
&& git clone -q https://github.com/coreos/etcd.git /opt/etcd \
&& cd /opt/etcd && git checkout -q v0.4.6 && PATH=/usr/local/go/bin:$PATH ./build \
&& cp /opt/etcd/bin/etcd /usr/local/bin \
Expand Down

0 comments on commit c6fa691

Please sign in to comment.