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

Latest version is not available with go get github.com/noobaa/noobaa-operator. #625

Closed
VolkerKozlowski opened this issue Apr 30, 2021 · 1 comment

Comments

@VolkerKozlowski
Copy link

Environment info

  • NooBaa Operator Version: 5.7.0

Actual behavior

When I

go get github.com/noobaa/noobaa-operator/v2

I ll get version 2.3.0.

go get github.com/noobaa/noobaa-operator

noobaa-operator@v1.2.0

Expected behavior

I ll expect latest Version (today it is 5. -something)

Steps to reproduce

go get github.com/noobaa/noobaa-operator
or
or go get github.com/noobaa/noobaa-operator/v2

More information - Screenshots / Logs / Other output

@guymguym
Copy link
Member

guymguym commented Apr 30, 2021

Hey @VolkerKozlowski
CC @dannyzaken - Check this out.
When we updated our module version to 2.3.0 we had to update all of the golang imports to /v2.
So perhaps now with the 5.x.x versions we need to use /v5?

go get github.com/noobaa/noobaa-operator/v5

guymguym added a commit to guymguym/noobaa-operator that referenced this issue May 17, 2021
guymguym added a commit to guymguym/noobaa-operator that referenced this issue May 17, 2021
Signed-off-by: Guy Margalit <guymguym@gmail.com>
liranmauda added a commit that referenced this issue May 26, 2021
trying to fix #625 - update go.mod to /v5
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

2 participants