multi: bump gRPC to v1.83.1 - #1204
Merged
Merged
Conversation
Update the main, looprpc, and swapserverrpc module graphs to use gRPC v1.83.1. Tidy advances the genproto and OpenTelemetry modules to the versions selected by the new gRPC release. No generated API or runtime configuration changes are required.
hieblmi
self-requested a review
August 21, 2026 09:56
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.
The problem
Loop's main,
looprpc, andswapserverrpcmodules pin gRPC v1.82.1.This leaves each independently built module on an older gRPC dependency
set.
The fix
Bump all three module graphs to gRPC v1.83.1. Running
go mod tidyalsoupdates the
genproto/googleapisand OpenTelemetry dependencies selectedby that release.
What does not change
This does not change RPC definitions, generated code, wire behavior, or
runtime configuration.
Tests
go build ./...in the main,looprpc, andswapserverrpcmodulesgo test ./...in the main,looprpc, andswapserverrpcmodulesmake mod-checkCompatibility and rollout
The update requires no migration or coordinated rollout.