We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72b8563 + ad3e51a commit ac0b251Copy full SHA for ac0b251
images/release/Dockerfile
@@ -15,7 +15,7 @@ RUN yum install -y hg golang golang-pkg-darwin golang-pkg-windows && \
15
ENV GOPATH /go
16
17
# Get the code coverage tool and godep
18
-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
19
20
# Mark this as a sti-build container
21
RUN touch /sti-build-image
0 commit comments