-
Notifications
You must be signed in to change notification settings - Fork 426
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
最新版本(v2.4.2)是不是没发布? #275
Comments
Thank you for raising an issue. We will try and get back to you as soon as possible. Please make sure you have given us as much context as possible. |
2.4.2 已经发布了,tag 已经打出来了: |
提个小建议哈。如果想引用v2版本以上,Go 的模块版本管理系统对 v2 及以上版本的处理要求特别严格。需要定义模块路径为:github.com/XiaoMi/Gaea/v2,否则无法直接通过 v2.4.2 版本号来引用。只能通过hash的方式引用 |
感谢您的建议,我们下次发版的时候会注意同步module github.com/XiaoMi/Gaea——> module github.com/XiaoMi/Gaea/v2🌹 |
The text was updated successfully, but these errors were encountered: