fix(bazel): upgrade bazel toolchains to support go 1.25.0#1715
Merged
shollyman merged 6 commits intogoogleapis:mainfrom Mar 19, 2026
Merged
fix(bazel): upgrade bazel toolchains to support go 1.25.0#1715shollyman merged 6 commits intogoogleapis:mainfrom
shollyman merged 6 commits intogoogleapis:mainfrom
Conversation
Upgrades Bazel dependencies to fully support the Go 1.25.0 requirement introduced by x/sync. Updates: - `io_bazel_rules_go` to `v0.60.0` - `bazel_gazelle` to `v0.47.0` - `rules_proto` to `7.1.0` - `com_google_protobuf` to `v31.0` - Added `rules_python` 1.9.0, `rules_java` 9.6.1, `bazel_features` 1.30.0 for protobuf v31.0 compatibility - Updated minimum Bazel version to `6.5.0` via `.bazelversion` - Updated C++ standard to `c++17` in `.bazelrc` - Fixed Linux sed syntax in Makefile for update-bazel-repos Testing Steps Taken: 1. Ran `bazelisk clean --expunge` to test a clean build. 2. Verified Gazelle with `make update-bazel-repos` to ensure BUILD file generation remains intact. 3. Compiled and ran full integration tests against the mock Showcase server using `make test`. 4. Verified compilation across all 5 test suites under optimized build mode `bazelisk test //... -c opt`.
…n in GitHub Actions
… on bazel mirrors
shollyman
approved these changes
Mar 19, 2026
westarle
added a commit
that referenced
this pull request
Mar 19, 2026
)" This reverts commit 1ecf8a0.
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.
Upgrades Bazel dependencies to fully support the Go 1.25.0 requirement introduced by x/sync in #1702
Updates:
io_bazel_rules_gotov0.60.0bazel_gazelletov0.47.0rules_prototo7.1.0com_google_protobuftov31.0rules_python1.9.0,rules_java9.6.1,bazel_features1.30.0 for protobuf v31.0 compatibility6.5.0via.bazelversionc++17in.bazelrcTesting Steps Taken:
bazelisk clean --expungeto test a clean build.make update-bazel-reposto ensure BUILD file generation remains intact.make test.bazelisk test //... -c opt.