Skip to content

Commit b48c347

Browse files
authored
pull e2e ovs-cni fix: install latest ginkgo (#334)
getting this error in the ci job when trying to pull e2e ovs-cni: go: 'go install' requires a version when current directory is not in a module Signed-off-by: Tarek Abu-Hariri <[email protected]>
1 parent 9f9bb71 commit b48c347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/docker-builder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
tar -xzf cni-plugins-linux-amd64-v1.0.1.tgz && \
2828
rm -f cni-plugins-linux-amd64-v1.0.1.tgz
2929

30-
RUN go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
30+
RUN go install github.com/onsi/ginkgo/v2/ginkgo@latest
3131

3232
ADD entrypoint.sh /entrypoint.sh
3333

0 commit comments

Comments
 (0)