Skip to content

v1.3.0 module broken due to duplicate makefile #36

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

Closed
anitgandhi opened this issue Mar 16, 2021 · 3 comments
Closed

v1.3.0 module broken due to duplicate makefile #36

anitgandhi opened this issue Mar 16, 2021 · 3 comments

Comments

@anitgandhi
Copy link

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!

@anitgandhi
Copy link
Author

anitgandhi commented Mar 16, 2021

Also please consider adding the following lines to go.mod, since both versions are broken:

retract (
	v1.2.2 // contained broken connection re-connection logic
	v1.3.0 // invalid module
)

@loeffel-io
Copy link
Member

Its crazy, does 2 makefiles did not exists on my machine - will do that now, thanks for the info 👍

@loeffel-io
Copy link
Member

Bildschirmfoto 2021-03-17 um 10 43 41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants