Skip to content

Commit c4a9fa4

Browse files
committed
chore(logger): update go to 1.3.1
Also updated to go 1.3.1 in our etcd test container.
1 parent 1aa3251 commit c4a9fa4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

logger/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM deis/base:latest
22
MAINTAINER OpDemand <info@opdemand.com>
33

44
# install go runtime
5-
RUN wget -qO- https://storage.googleapis.com/golang/go1.2.2.linux-amd64.tar.gz | tar -C /usr/local -xz
5+
RUN wget -qO- https://storage.googleapis.com/golang/go1.3.1.linux-amd64.tar.gz | tar -C /usr/local -xz
66

77
# prepare go environment
88
RUN mkdir -p /go

tests/etcdutils/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER Matt Boersma <matt@opdemand.com>
33

44
# Install prerequisites: wget, git, and go.
55
RUN apt-get update -q && DEBIAN_FRONTEND=noninteractive apt-get install -qy wget git-core
6-
RUN wget -qO- https://storage.googleapis.com/golang/go1.3.linux-amd64.tar.gz | tar -C /usr/local -xz
6+
RUN wget -qO- https://storage.googleapis.com/golang/go1.3.1.linux-amd64.tar.gz | tar -C /usr/local -xz
77
ENV PATH /usr/local/go/bin:$PATH
88

99
# Build etcd v0.4.5. Keep this in sync with Deis' version.

0 commit comments

Comments
 (0)