We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f3572 commit 6d69e9dCopy full SHA for 6d69e9d
earthly/go/Earthfile
@@ -13,7 +13,7 @@ DEPS:
13
RUN go mod download
14
15
# Install ginkgo for testing - and test it works.
16
- RUN go get github.com/onsi/ginkgo/v2/ginkgo && \
+ RUN go get github.com/onsi/ginkgo/v2@v2.22.2 && \
17
go install github.com/onsi/ginkgo/v2/ginkgo && \
18
ginkgo version
19
0 commit comments