Revert "Merge pull request #1078 from syncthing/go1.4"

This reverts commit b658afd857, reversing
changes made to 591c5dabf4.
This commit is contained in:
Jakob Borg
2014-12-04 22:24:49 +01:00
parent b658afd857
commit 7f97037190
7 changed files with 283 additions and 151 deletions

View File

@@ -1,7 +1,7 @@
FROM debian:squeeze
MAINTAINER Jakob Borg <jakob@nym.se>
ENV GOLANG_VERSION 1.4rc2
ENV GOLANG_VERSION 1.3.3
# SCMs for "go get", gcc for cgo
RUN apt-get update && apt-get install -y \
@@ -47,7 +47,7 @@ RUN bash -xec '\
# Install packages needed for test coverage
RUN go get github.com/tools/godep \
&& go get golang.org/x/tools/cmd/cover \
&& go get code.google.com/p/go.tools/cmd/cover \
&& go get github.com/axw/gocov/gocov \
&& go get github.com/AlekSi/gocov-xml