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

Version 1.3.3 needed for Akash? #737

Open
Garic152 opened this issue Sep 21, 2021 · 2 comments
Open

Version 1.3.3 needed for Akash? #737

Garic152 opened this issue Sep 21, 2021 · 2 comments

Comments

@Garic152
Copy link

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
Copy link

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
Copy link

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...

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