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

Not able to install specific privado versions like v2.2.9 #1094

Open
anandkgpt03 opened this issue May 3, 2024 · 1 comment
Open

Not able to install specific privado versions like v2.2.9 #1094

anandkgpt03 opened this issue May 3, 2024 · 1 comment
Assignees

Comments

@anandkgpt03
Copy link

I am facing a issue in installing the specific version of privado, not an issue with @latest, only when specifying versions like v2.2.9 or v2.2.8 etc

$ go install github.com/Privado-Inc/[email protected]
go: github.com/Privado-Inc/[email protected]: github.com/Privado-Inc/[email protected]: invalid version: module contains a go.mod file, so module path must match major version ("github.com/Privado-Inc/privado-cli/v2")

Tried this also

$ go install github.com/Privado-Inc/privado-cli/[email protected]
go: github.com/Privado-Inc/privado-cli/[email protected]: github.com/Privado-Inc/[email protected]: invalid version: module contains a go.mod file, so module path must match major version ("github.com/Privado-Inc/privado-cli/v2")
@prath13amesh
Copy link

Hello @anandkgpt03 ,
When I went around the web searching for the versioning issue you are facing, I came to know that this is regarding the go.mod file in general. You might need a SHA instead to get over with this.
Below attached are few references that might help you.

https://github.com/golang/go/issues/35732
https://github.com/NVIDIA/nvidia-container-runtime/issues/141

Please do let me know if you are able to get through

Regards

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

3 participants