cosmos / developer-portal

Other
21 stars 13 forks source link

update ignite version to resolve conflict #77

Open djm07073 opened 3 weeks ago

djm07073 commented 3 weeks ago

Thank you for helping us improve Cosmos SDK tutorials.

Use this form to submit a bug report for a specific tutorial.

To submit a bug report for the Developer Portal in general, use Developer Portal bug report.

What tutorial are you working in? Paste the URL of the Cosmos SDK tutorial.

Describe the bug Tell us about your challenges. A clear and concise description of your problem helps us reproduce the issue. You can even provide a video or screenshot as needed. The Ignite v0.22.1 version uses github.com/golang/protobuf v1.5.2, which causes conflicts with other modules and results in the following error:

go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.

Please update the documentation to reflect the usage of an Ignite version that uses github.com/golang/protobuf v1.5.4 to avoid this conflict.(ex. ignite v28.0.0)

To reproduce Steps to reproduce the behavior: Just follow the hands-on exercise documentation. The error occurs when using the command ignite chain serve.