Skip to content

Update gRPC-Go's dependency versions #8410

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

Closed
wants to merge 5 commits into from

Conversation

Pranjali-2501
Copy link
Contributor

@Pranjali-2501 Pranjali-2501 commented Jun 25, 2025

RELEASE NOTES: N/A

@Pranjali-2501 Pranjali-2501 added the Type: Meta Github repo, process, etc label Jun 25, 2025
Copy link

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.45%. Comparing base (a2d6045) to head (9e97f5e).
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8410      +/-   ##
==========================================
- Coverage   82.51%   82.45%   -0.07%     
==========================================
  Files         414      414              
  Lines       40420    40411       -9     
==========================================
- Hits        33354    33322      -32     
- Misses       5719     5738      +19     
- Partials     1347     1351       +4     

see 24 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

examples/go.mod Outdated
@@ -1,18 +1,20 @@
module google.golang.org/grpc/examples

go 1.23.0
go 1.24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gRPC Go supports the last two major releases of Go, which is presently go 1.24 and go 1.23. So we can't bump the major version here. You would need to exclude the dependencies that are causing the go major version bump to 1.24.

@arjan-bal
Copy link
Contributor

Had a meeting to debug the problems while excluding dependencies causing the Go version to be updated. Raised #8434.

@arjan-bal arjan-bal closed this Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Meta Github repo, process, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants