Version 1.3.3 needed for Akash?
Garic152 opened this issue · 2 comments
Garic152 commented
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.
gjermundgaraba commented
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
heynemann commented
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...