Skip to content

Commit b8bfefd

Browse files
committed
Merge pull request #3667 from aledbf/update_go
ref(test): update go version to 1.4.2
2 parents eb85b8a + b85453b commit b8bfefd

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
@@ -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.4.1.linux-amd64.tar.gz | tar -C /usr/local -xz \
17+
&& curl -sSL https://storage.googleapis.com/golang/go1.4.2.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)