We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im trying to install Akash atm but it says it needs protobuf 1.3.3, which isnt available though.
go get: github.com/ovrclk/akash@v0.12.2 requires github.com/gogo/protobuf@v1.3.3: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3
Does anyone know how to fix this problem? Installing the latest Version (1.3.2) doesnt work.
The text was updated successfully, but these errors were encountered:
In case anyone faces similar issue. If you look at the cosmos-sdk go.mod file you see that they use a forked version:
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
Sorry, something went wrong.
Can one of the maintainers PLEASE get version 1.3.3 back and point to v1.3.2?
git checkout v1.3.2 && git tag v1.3.3 && git push --tags
This is causing so much trouble...
No branches or pull requests
Im trying to install Akash atm but it says it needs protobuf 1.3.3, which isnt available though.
go get: github.com/ovrclk/akash@v0.12.2 requires
github.com/gogo/protobuf@v1.3.3: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3
Does anyone know how to fix this problem? Installing the latest Version (1.3.2) doesnt work.
The text was updated successfully, but these errors were encountered: