-
Notifications
You must be signed in to change notification settings - Fork 4
Bump google.golang.org/protobuf to 1.36.9 #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Benchmark ResultBenchmark diff with base branchBenchmark result |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
0eb7542 to
dbaba56
Compare
Replaces #175