Commit 244d55b0 authored by Joe Beda's avatar Joe Beda

Merge pull request #2866 from brendandburns/build

Switch to the new home for go cover.
parents 4172c2ec 3ebaa3c8
......@@ -23,7 +23,7 @@ ENV GOOS linux
ENV GOARCH amd64
# Get the code coverage tool and godep
RUN go get code.google.com/p/go.tools/cmd/cover github.com/tools/godep
RUN go get golang.org/x/tools/cmd/cover github.com/tools/godep
# We use rsync to copy some binaries around. It is faster (0.3s vs. 1.1s) on my
# machine vs. `install`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment