Skip to content

Commit

Permalink
Remove unecessary "go get"
Browse files Browse the repository at this point in the history
It makes the tests fail, possible because of this:

golang/go#47979
golang/go#56494
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
Dimitris Karakasilis authored and jimmykarily committed Nov 4, 2022
1 parent b2289d7 commit 6ee7834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ go-deps:
test:
FROM +go-deps
WORKDIR /build
RUN go get github.com/onsi/gomega/...
#RUN go get github.com/onsi/gomega/...
RUN go get github.com/onsi/ginkgo/v2/ginkgo/internal@v2.1.4
RUN go get github.com/onsi/ginkgo/v2/ginkgo/generators@v2.1.4
RUN go get github.com/onsi/ginkgo/v2/ginkgo/labels@v2.1.4
Expand Down

0 comments on commit 6ee7834

Please sign in to comment.