You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment this package is based on the Cycloid's Backend releases and matches the version. It causes us problems, because Go versioning is based on semver. It's not possible to fetch selected CLI version as a package, as Go expects every major version to be kept in a separate directory, i.e.:
go get github.com/cycloidio/[email protected]
go: github.com/cycloidio/[email protected]: invalid version: module contains a go.mod file, so module path must match major version ("github.com/cycloidio/cycloid-cli/v5")
The text was updated successfully, but these errors were encountered:
At this moment this package is based on the Cycloid's Backend releases and matches the version. It causes us problems, because Go versioning is based on semver. It's not possible to fetch selected CLI version as a package, as Go expects every major version to be kept in a separate directory, i.e.:
The text was updated successfully, but these errors were encountered: