Skip to content

Commit 8eddaad

Browse files
committed
Merge pull request #1603 from mboersma/logger-golang-131
chore(logger): update go to 1.3.1
2 parents 225b628 + c4a9fa4 commit 8eddaad

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)