Skip to content
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(protobuf-deps): use latest grpc and protobuf #948

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

gunturaf
Copy link
Contributor

@gunturaf gunturaf commented Aug 15, 2024

Links

#940 (comment)

Details

v3.34.0 broke the world because:

  1. It refers to the invalid protobuf version.
  2. The generated protobuf+grpc files uses old versions of the protobuf+grpc deps.

This MR upgrades those both to the latest.
Also, as a side effect, this will upgrade the minimum Go version to use this library to Go 1.21.x
Finally, this MR also retracts v3.34.0

@gunturaf gunturaf force-pushed the fix/protobuf-deps branch 2 times, most recently from 30422c2 to 2693c26 Compare August 15, 2024 11:00
@iamemilio iamemilio changed the base branch from master to develop August 27, 2024 15:22
@iamemilio
Copy link
Contributor

This needs to be rebased on develop. Its bringing in a lot of extra commits.

@gunturaf
Copy link
Contributor Author

gunturaf commented Sep 3, 2024

done @iamemilio 👍🏼

@iamemilio iamemilio merged commit ec1af19 into newrelic:develop Sep 5, 2024
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants