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
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/privado-cli@v2.2.9
go: github.com/Privado-Inc/privado-cli@v2.2.9: github.com/Privado-Inc/privado-cli@v2.2.9: 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/v2@v2.2.9
go: github.com/Privado-Inc/privado-cli/v2@v2.2.9: github.com/Privado-Inc/privado-cli@v2.2.9: invalid version: module contains a go.mod file, so module path must match major version ("github.com/Privado-Inc/privado-cli/v2")
The text was updated successfully, but these errors were encountered:
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.
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
Tried this also
The text was updated successfully, but these errors were encountered: