From fec003d1c29bf7178790d009d0932255e61b403d Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Fri, 4 Nov 2022 11:58:04 +0200 Subject: [PATCH] Remove unecessary "go get" It makes the tests fail, possible because of this: https://github.com/golang/go/issues/47979 https://github.com/golang/go/issues/56494 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index fa80b65f..acdc5516 100644 --- a/Earthfile +++ b/Earthfile @@ -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