-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: remove unnecessary toolchain includes and set the minimum Go version to 1.22 #134
Conversation
…sion to 1.22 Closes #133 Drop "minimum virus" from grpc-go
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #134 +/- ##
=======================================
Coverage 88.11% 88.11%
=======================================
Files 15 15
Lines 1346 1346
=======================================
Hits 1186 1186
Misses 134 134
Partials 26 26 ☔ View full report in Codecov by Sentry. |
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.
Looks good @bednar. Yes, it looks to revert the go.mod
minimum Go version accidentally formed: #115
And it appears that google.golang.org/grpc v1.68.0
is still in go.mod
. Do you need to retrieve google.golang.org/grpc v1.69.x
too? Or perhaps v.68.1
?
I saw a patch release on grpc-go/releases
What are your thoughts?
Got it! I realize I made a interpretation mistake.
![]() |
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.
Thanks
Closes #133
Proposed Changes
Drop "minimum virus" which comes from grpc-go ... for more info see #133.
Checklist