Skip to content

Bumped grpc version#80

Merged
ezilber-akamai merged 1 commit into
linode:mainfrom
ezilber-akamai:dep/bump-dependencies
Mar 24, 2026
Merged

Bumped grpc version#80
ezilber-akamai merged 1 commit into
linode:mainfrom
ezilber-akamai:dep/bump-dependencies

Conversation

@ezilber-akamai
Copy link
Copy Markdown
Collaborator

@ezilber-akamai ezilber-akamai commented Mar 23, 2026

📝 Description

Bumped the version of the grpc dependency and other affected upstream dependencies

@ezilber-akamai ezilber-akamai requested a review from a team as a code owner March 23, 2026 18:00
@ezilber-akamai ezilber-akamai requested review from psnoch-akamai and yec-akamai and removed request for a team March 23, 2026 18:00
@ezilber-akamai ezilber-akamai added the dependencies dependency updates usually from dependabot label Mar 23, 2026
@ezilber-akamai ezilber-akamai requested a review from Copilot March 23, 2026 18:06
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Go module dependencies with a focus on moving to a newer google.golang.org/grpc, along with several related dependency bumps.

Changes:

  • Upgraded google.golang.org/grpc (and related google.golang.org/* modules).
  • Bumped several direct dependencies (logrus, testify, x/oauth2) and multiple golang.org/x/* indirects.
  • Removed the replace google.golang.org/grpc => ... pin.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod
Comment on lines +10 to +12
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.11.1
golang.org/x/oauth2 v0.34.0
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/description says this only bumps grpc, but go.mod also upgrades several other direct dependencies (e.g., logrus, testify, x/oauth2) and many indirect golang.org/x/* modules. Please either (a) narrow the change to only the grpc-related updates, or (b) update the PR title/description to reflect that this is a broader dependency refresh.

Copilot uses AI. Check for mistakes.
Comment thread go.mod
golang.org/x/text v0.32.0 // indirect
golang.org/x/time v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
google.golang.org/grpc v1.79.3 // indirect
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the goal of this PR is to bump grpc specifically, it’s more stable to require google.golang.org/grpc directly (non-// indirect) rather than relying on a transitive constraint, since go mod tidy or upstream dependency changes can move an indirect version unexpectedly. Consider adding it to the main require block and letting tidy manage the rest.

Copilot uses AI. Check for mistakes.
@ezilber-akamai ezilber-akamai merged commit fd1a1f9 into linode:main Mar 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies dependency updates usually from dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants