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
  • Loading branch information
Dimitris Karakasilis committed Nov 4, 2022
1 parent 687f590 commit fec003d
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 fec003d

Please sign in to comment.