chore: upgrade dependencies version#2898
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the module dependency set to pull in a newer google.golang.org/grpc version, along with the transitive (and some direct) dependency upgrades that come with that change.
Changes:
- Bump
google.golang.org/grpc(indirect) fromv1.58.3tov1.81.1. - Update several other direct requirements (notably
github.com/stretchr/testify,golang.org/x/*, andgoogle.golang.org/protobuf). - Refresh
go.sumto reflect the new module graph checksums.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates direct + indirect dependency versions, including the gRPC upgrade. |
| go.sum | Updates module checksums to match the new resolved dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
NguyenHoangSon96
force-pushed
the
feat/upgrade-google-api-package1
branch
from
May 25, 2026 13:26
57b5021 to
2324fd4
Compare
alespour
approved these changes
May 25, 2026
alespour
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Upgrading protobuf is always dangerous but AFAIU the dependency update comes from grpc itself and there is no way around it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Required checklist
/etcfolder andNewDemoConfigmethods) (influxdb and plutonium)Description
google.golang.org/grpcto v1.81.1Context
Affected areas (if applicable):
Severity (optional)
Note for reviewers: