Bump Bazel to 9.0.0 and update dependencies#366
Merged
tjgq merged 2 commits intobazelbuild:mainfrom Feb 12, 2026
Merged
Conversation
gRPC 1.66.0.bcr.2 -> 1.76.0.bcr.1 rules_proto 6.0.2 -> 7.1.0 protobuf 28.1 -> 33.5 googleapis 0.0.0-20240819-fe8ba054a -> 0.0.0-20260130-c0fcb356 rules_go 0.50.1 -> 0.59.0 gazelle 0.38.0 -> 0.47.0 Regenerate the *.pb.go files via hooks/pre-commit.
There was a problem hiding this comment.
Pull request overview
This PR rebases and applies the Bazel 9.0.0 upgrade for remote-apis, updating the repo’s Bazel module dependencies and regenerating Go protobuf / gRPC outputs to match newer protobuf/grpc toolchains.
Changes:
- Bump Bazel to
9.0.0and updateMODULE.bazeldependencies (grpc, rules_proto, protobuf, googleapis, rules_go, gazelle). - Update Go module dependencies (
go.mod/go.sum) to newergrpc,protobuf,genproto, andx/*versions. - Regenerate Go protobuf / gRPC code with newer
protoc-gen-go/protoc-gen-go-grpc(including new generic streaming APIs and additional generated comments).
Reviewed changes
Copilot reviewed 10 out of 13 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
go.mod |
Updates Go deps and bumps the Go version directive. |
go.sum |
Refreshes dependency checksums after module updates. |
MODULE.bazel |
Updates Bazel module dependencies to match the new toolchain versions. |
.bazelversion |
Pins Bazel to 9.0.0. |
.bazelrc |
Removes explicit bzlmod enablement, keeps proto descriptor source info flag. |
build/bazel/semver/semver.pb.go |
Regenerated protobuf Go output for updated protoc/protoc-gen-go. |
build/bazel/remote/logstream/v1/remote_logstream.pb.go |
Regenerated protobuf Go output for updated protoc/protoc-gen-go. |
build/bazel/remote/logstream/v1/remote_logstream_grpc.pb.go |
Regenerated gRPC Go output (new generator patterns + comments). |
build/bazel/remote/execution/v2/remote_execution_grpc.pb.go |
Regenerated gRPC Go output (generic streaming + new generator patterns + comments). |
build/bazel/remote/asset/v1/remote_asset.pb.go |
Regenerated protobuf Go output for updated protoc/protoc-gen-go. |
build/bazel/remote/asset/v1/remote_asset_grpc.pb.go |
Regenerated gRPC Go output (new generator patterns + comments). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fmeum
approved these changes
Feb 12, 2026
tjgq
approved these changes
Feb 12, 2026
Member
|
Thank you for rebasing & merging! :) |
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.
Rebase of #361