This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ARG KUBERNETES_VERSION
32
32
ENV GITCOMMIT=$GITCOMMIT VERSION=$VERSION BUILDTIME=$BUILDTIME IMAGE_REPO_PREFIX=$IMAGE_REPO_PREFIX KUBERNETES_VERSION=$KUBERNETES_VERSION
33
33
ENV CGO_ENABLED=0
34
34
RUN make bin/compose-controller bin/compose-controller.test e2e-binary bin/installer bin/api-server bin/api-server.test bin/e2e_benchmark
35
- RUN go get github.com/onsi/ginkgo/ginkgo
35
+ RUN GO111MODULE=on go
install github.com/onsi/ginkgo/ginkgo
/[email protected]
36
36
RUN curl -fLO https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl && \
37
37
chmod +x ./kubectl && \
38
38
mv ./kubectl /bin/kubectl
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ check-licenses: ## Check the licenses for our dependencies
75
75
$(GOPATH ) /bin/wwhrd check
76
76
77
77
install-ginkgo :
78
- go get -u github.com/onsi/ginkgo/ginkgo
78
+ GO111MODULE=on go
install github.com/onsi/ginkgo/ginkgo
/[email protected]
79
79
go get -u github.com/onsi/gomega/...
80
80
81
81
e2e : # # Run the e2e tests
You can’t perform that action at this time.
0 commit comments