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

Incorrect Version of protoc-gen-go-triple Installed by dubbogo-cli #2689

Closed
ShawnJeffersonWang opened this issue Jun 17, 2024 · 1 comment
Closed

Comments

@ShawnJeffersonWang
Copy link
Contributor

Issue description

at dubbo-go-docs

QQ20240617-193611

However, this command installs version 1.0.8 of the protoc-gen-go-triple plugin, which is outdated. The current standard is to use version 3.0.0 or higher of the protoc-gen-go-triple plugin.
The outdated version needs to be removed manually, which is not so good. Users must download a packaged version of the plugin to replace the old one.

Steps to Reproduce:

  1. Follow the instructions on the Dubbo-go official website for setting up the development environment.
  2. Run the command dubbogo-cli install all.
  3. Check the installed version of protoc-gen-go-triple.

Expected Behavior:
The dubbogo-cli install all command should install version 3.0.0 or higher of the protoc-gen-go-triple plugin.

Actual Behavior:
The command installs version 1.0.8 of the protoc-gen-go-triple plugin.

@ShawnJeffersonWang
Copy link
Contributor Author

#2690

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

1 participant