Skip to content
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

Versions withouth v Tag #314

Open
ralikio opened this issue Dec 29, 2023 · 0 comments
Open

Versions withouth v Tag #314

ralikio opened this issue Dec 29, 2023 · 0 comments

Comments

@ralikio
Copy link
Member

ralikio commented Dec 29, 2023

Description

KEB is not using conventional Go Modules versioning. This behaviour leads to confusion when importing KEB as a module.

Actual result

$ go get -v  github.com/kyma-project/[email protected]
go: downloading github.com/kyma-project/kyma-environment-broker v0.0.0-20231227095843-e35b81fff501
go: accepting indirect upgrade from github.com/99designs/[email protected] to v0.17.28
...
$go get -v  github.com/kyma-project/[email protected]
go: github.com/kyma-project/[email protected]: invalid version: unknown revision v1.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant