Skip to content

Commit fc74ff3

Browse files
committed
ref(test): update go version to 1.4.2
1 parent 20c51c5 commit fc74ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fixtures/test-etcd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdem
1111
RUN buildDeps='curl git-core'; \
1212
set -x; \
1313
apt-get update && apt-get install -y $buildDeps --no-install-recommends \
14-
&& curl -sSL https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz | tar -C /usr/local -xz \
14+
&& curl -sSL https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | tar -C /usr/local -xz \
1515
&& git clone -q https://github.com/coreos/etcd.git /opt/etcd \
1616
&& cd /opt/etcd && git checkout -q v0.4.6 && PATH=/usr/local/go/bin:$PATH ./build \
1717
&& cp /opt/etcd/bin/etcd /usr/local/bin \

0 commit comments

Comments
 (0)