We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When trying to get the new v1.3.0:
go: github.com/recws-org/[email protected]: verifying go.mod: github.com/recws-org/[email protected]/go.mod: reading https://sum.golang.org/lookup/github.com/recws-org/[email protected]: 410 Gone server response: not found: create zip: makefile: case-insensitive file name collision: "Makefile" and "makefile"
I believe this is due to upstream issue : golang/go#33778
Can you please collapse the 2 Makefiles into 1 and release a v1.3.1?
Thanks!
The text was updated successfully, but these errors were encountered:
Also please consider adding the following lines to go.mod, since both versions are broken:
go.mod
retract ( v1.2.2 // contained broken connection re-connection logic v1.3.0 // invalid module )
Sorry, something went wrong.
Its crazy, does 2 makefiles did not exists on my machine - will do that now, thanks for the info 👍
No branches or pull requests
When trying to get the new v1.3.0:
I believe this is due to upstream issue : golang/go#33778
Can you please collapse the 2 Makefiles into 1 and release a v1.3.1?
Thanks!
The text was updated successfully, but these errors were encountered: