open-falcon / falcon-plus

An open-source and enterprise-level monitoring system.
Apache License 2.0
7.26k stars 1.53k forks source link

GoCenter无法找到v3.0版本。 #907

Open apriltommy0525 opened 3 years ago

apriltommy0525 commented 3 years ago

Go Modules版本需要以v(major).(minor).(patch)格式兼容SemVer。版本号应该改为v0.3.0。

apriltommy0525 commented 3 years ago

elioengcomp commented 6 days ago Hi @apriltommy0525 ,

Thank you for reaching out.

Go Modules versions need to be SemVer compatible in the format v(major).(minor).(patch). The tag you are looking for is missing the last component of the version. It should be v0.3.0 instead. @hnakamur @appleboy