Conversation
|
Skipping CI for Draft Pull Request. |
|
[FORMAT CHECKER NOTIFICATION] Notice: To remove the 📖 For more info, you can check the "Contribute Code" section in the development guide. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates numerous project dependencies within go.mod and go.sum. The review feedback identifies critical issues where several specified dependency versions—including those for the Apache Pulsar client, golang.org/x/net, and google.golang.org/grpc—are invalid or have not yet been released. These errors will lead to build failures, and the dependencies should be reverted to valid, stable versions.
| github.com/KimMachineGun/automemlimit v0.2.4 | ||
| github.com/agiledragon/gomonkey/v2 v2.11.0 | ||
| github.com/apache/pulsar-client-go v0.13.0 | ||
| github.com/apache/pulsar-client-go v0.19.0 |
There was a problem hiding this comment.
| golang.org/x/net v0.47.0 | ||
| golang.org/x/oauth2 v0.30.0 | ||
| golang.org/x/sync v0.17.0 | ||
| golang.org/x/sys v0.35.0 | ||
| golang.org/x/term v0.34.0 | ||
| golang.org/x/text v0.29.0 | ||
| golang.org/x/sync v0.18.0 | ||
| golang.org/x/sys v0.38.0 | ||
| golang.org/x/term v0.37.0 | ||
| golang.org/x/text v0.31.0 | ||
| golang.org/x/time v0.12.0 | ||
| google.golang.org/api v0.170.0 | ||
| google.golang.org/grpc v1.67.1 | ||
| google.golang.org/api v0.224.0 | ||
| google.golang.org/grpc v1.71.0 |
There was a problem hiding this comment.
Several dependency versions in this block are invalid or refer to versions that have not been released yet (e.g., golang.org/x/net v0.47.0, google.golang.org/grpc v1.71.0). For example, the latest version of golang.org/x/net is v0.35.0. Please use valid, released versions to ensure the project can be built.
What problem does this PR solve?
Issue Number: close #xxx
What is changed and how it works?
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note