mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Merge pull request #2866 from brendandburns/build
Switch to the new home for go cover.
This commit is contained in:
commit
244d55b0dd
@ -23,7 +23,7 @@ ENV GOOS linux
|
|||||||
ENV GOARCH amd64
|
ENV GOARCH amd64
|
||||||
|
|
||||||
# Get the code coverage tool and godep
|
# 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
|
# We use rsync to copy some binaries around. It is faster (0.3s vs. 1.1s) on my
|
||||||
# machine vs. `install`
|
# machine vs. `install`
|
||||||
|
Loading…
Reference in New Issue
Block a user