-
Notifications
You must be signed in to change notification settings - Fork 698
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 fail on Go 1.13 #522
Comments
Need to wait for 1.13.1 Fix is on master for golang already. |
Updated to 1.13.1 and I still see this issue:
|
Yes, 1.13.1 was only a security release. 1.13.2, hopefully this week, will fix all of the projects that use a .go extension for the repo name. |
Bah, I was excited to try out NATS :) |
We recommend waiting for 1.13.2 for all Go stuff TBH. |
But I guess you could clone right? You don't have to do |
That is an astute observation. |
Trying to
go get
but failTry to use the
latest
but no luckFor version 1.8.1, also failed
My go version:
go version go1.13 darwin/amd64
Any idea why?
The text was updated successfully, but these errors were encountered: