-
-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go get ginkgo fails to get fsnotify #650
Comments
Try |
I also experienced this issue while trying to build my devcontainer:
Changing from |
@tanayk2610, @Bablzz, @EliiseS this issue is resolved as of yesterday. A PR was merged that changed the package that caused this error. |
Since there's a fix for this and it has been released, I'm going to close this. Please raise another issue if there are still problems. |
When I run
go get -u -v github.com/onsi/ginkgo/ginkgo
, I get the following error:The workaround was to use ginkgo v1.11.0.
The text was updated successfully, but these errors were encountered: