Skip to content

Commit

Permalink
pull e2e ovs-cni fix: install latest ginkgo (#334)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tabuhariri authored Nov 12, 2024
1 parent 9f9bb71 commit b48c347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/docker-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
tar -xzf cni-plugins-linux-amd64-v1.0.1.tgz && \
rm -f cni-plugins-linux-amd64-v1.0.1.tgz

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

ADD entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit b48c347

Please sign in to comment.