You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the go.sum, gomega depends on github.com/onsi/ginkgo@v1.16.4 and yet it uses github.com/onsi/ginkgo@v2.0.0.
This is trivial to fix now that 1.18 has shipped, involving only changing the value of the Go directive to 1.18 and then doing a go mod tidy will remove it.
The text was updated successfully, but these errors were encountered:
According to the
go.sum
, gomega depends ongithub.com/onsi/ginkgo@v1.16.4
and yet it usesgithub.com/onsi/ginkgo@v2.0.0
.This is trivial to fix now that 1.18 has shipped, involving only changing the value of the Go directive to
1.18
and then doing ago mod tidy
will remove it.The text was updated successfully, but these errors were encountered: