Skip to content

Commit

Permalink
Merge pull request #194 from yastij/fix-ci-dockerfile
Browse files Browse the repository at this point in the history
fix broken go get on the kind stage
  • Loading branch information
k8s-ci-robot authored Jun 12, 2019
2 parents 82b5622 + 4d7d87b commit 649f959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/images/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN /google-cloud-sdk/bin/gcloud components update
## KIND STAGE ##
################################################################################
FROM ${GOLANG_IMAGE} as kind
RUN go get -u sigs.k8s.io/kind
RUN cd / && GO111MODULE="on" go get -u sigs.k8s.io/kind@v0.3.0

################################################################################
## LINT STAGE ##
Expand Down

0 comments on commit 649f959

Please sign in to comment.