Skip to content

Commit

Permalink
Switch to the new home for go cover.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Dec 11, 2014
1 parent 222c819 commit 3ebaa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 3ebaa3c

Please sign in to comment.