Bump google.golang.org/protobuf to 1.36.9#185
Merged
tigrannajaryan merged 1 commit intomainfrom Sep 30, 2025
Merged
Conversation
Benchmark ResultBenchmark diff with base branchBenchmark result |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the google.golang.org/protobuf dependency from various older versions (1.35.2, 1.36.5) to version 1.36.9 across multiple Go modules in the project. It also standardizes the Go version to 1.23.2 across all modules and adds a new gotidy target to the Makefile.
- Updates google.golang.org/protobuf dependency to version 1.36.9
- Standardizes Go version to 1.23.2 across all modules
- Adds a
gotidyMakefile target for runninggo mod tidyon all modules
Reviewed Changes
Copilot reviewed 10 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| stefc/go.mod | Updates Go version from 1.22.7 to 1.23.2 |
| stefc/generator/testdata/go.mod | Updates Go version from 1.24 to 1.23.2 |
| otelcol/internal/tools/go.mod | Updates Go version from 1.21.0 to 1.23.2 and removes toolchain specification |
| otelcol/go.mod | Updates Go version to 1.23.2, removes toolchain, and bumps protobuf to 1.36.9 |
| makefile | Adds new gotidy target for running go mod tidy across all modules |
| go/pkg/go.mod | Updates Go version from 1.22.7 to 1.23.2 |
| go/pdata/go.mod | Updates Go version to 1.23.2, removes toolchain, and bumps protobuf to 1.36.9 |
| go/otel/go.mod | Updates Go version to 1.23.2, removes toolchain, and bumps protobuf to 1.36.9 |
| go/grpc/go.mod | Updates Go version to 1.23.2, removes toolchain, and bumps protobuf to 1.36.9 |
| examples/jsonl/go.mod | Updates Go version from 1.23 to 1.23.2 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
maheshkanote
approved these changes
Sep 30, 2025
0eb7542 to
dbaba56
Compare
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.
Replaces #175