Update go.mod related ginkgo. #85

Merged
telackey merged 1 commits from telackey/gomod into main 2022-12-06 18:23:27 +00:00
Member

I was re-running the tests, and while installing ginkgo, go said it was missing a thing or two, with recommendations on what to run:

go get github.com/onsi/ginkgo/v2/ginkgo/generators@v2.1.4
go get github.com/onsi/ginkgo/v2/ginkgo/internal@v2.1.4
go get github.com/onsi/ginkgo/v2/ginkgo/labels@v2.1.4
go install github.com/onsi/ginkgo/v2/ginkgo
I was re-running the tests, and while installing ginkgo, go said it was missing a thing or two, with recommendations on what to run: ``` go get github.com/onsi/ginkgo/v2/ginkgo/generators@v2.1.4 go get github.com/onsi/ginkgo/v2/ginkgo/internal@v2.1.4 go get github.com/onsi/ginkgo/v2/ginkgo/labels@v2.1.4 go install github.com/onsi/ginkgo/v2/ginkgo ```
ABastionOfSanity (Migrated from github.com) reviewed 2022-12-06 17:53:03 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-beacon-indexer#85
No description provided.