Skip to content

Commit 6d69e9d

Browse files
authored
fix ginko version (#391)
1 parent b8f3572 commit 6d69e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

earthly/go/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DEPS:
1313
RUN go mod download
1414

1515
# Install ginkgo for testing - and test it works.
16-
RUN go get github.com/onsi/ginkgo/v2/ginkgo && \
16+
RUN go get github.com/onsi/ginkgo/v2@v2.22.2 && \
1717
go install github.com/onsi/ginkgo/v2/ginkgo && \
1818
ginkgo version
1919

0 commit comments

Comments
 (0)