gocenter icon indicating copy to clipboard operation
gocenter copied to clipboard

The v3.0 version of falcon-plus cannot be found.

Open apriltommy0525 opened this issue 4 years ago • 1 comments

To help us debug your issue please confirm the following : The Falcon-agent v3.0 version cannot be found. The software fails to be obtained. The package:https://github.com/open-falcon/falcon-plus/tree/v0.3

apriltommy0525 avatar Oct 16 '20 04:10 apriltommy0525

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.

elioengcomp avatar Oct 19 '20 17:10 elioengcomp