-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Broken go.mod
file (3.4): version tag not corresponding with package name
#12109
Comments
go.mod
file: version tag not corresponding with package namego.mod
file (3.4): version tag not corresponding with package name
I also think "go getting" the latest commit hash pulls in the correct code without the need for the replace. |
I believe this got fixed in 3.5.x branch: #11820 . |
Please see #12068 (comment) for summary of the current etcd go.mod situation. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
@ptabor Hi! This is half a year old, and v3.5.0 is still not released. Can we hope for either a v3.5.0 release, or a fix on the v3.4.x branch? |
I plan to finalize #12652 (grpc-1.32 - that is code complete) and make experimental 3.5.0-alpha.0 release. |
@ptabor Thanks a lot for the update! |
Issue
I can't get add to project etcd client 3.4+ without tricks:
Workaround
Add module replace by commit hash instead of tag name:
Correct solution (unfortunatelly it is breaking change)
go.mod
by addingv3
suffix:*.go
files:References
The text was updated successfully, but these errors were encountered: