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

Getting http2 and grpc to run on old Go #314

Merged
merged 4 commits into from
May 14, 2021

Conversation

RichVanderwal
Copy link
Contributor

@RichVanderwal RichVanderwal commented May 14, 2021

This extends work done by Matt Whalen to halve the number of non-passing tests in our Go agent CI.

Some older versions of go aren't supported by the grpc-go or the x/net/http2 libraries anymore. I've made the "jail" that we put old versions of Go into a little larger, putting Go versions 1.10, 1.11, and 1.12 in there. I've also extended the jail a little to use an old version of x/net/http2 as well as the existing old version of grpc.

@RichVanderwal RichVanderwal self-assigned this May 14, 2021
@RichVanderwal RichVanderwal marked this pull request as ready for review May 14, 2021 16:44
@RichVanderwal RichVanderwal linked an issue May 14, 2021 that may be closed by this pull request
@RichVanderwal RichVanderwal merged commit 51d67c8 into newrelic:develop May 14, 2021
@RichVanderwal RichVanderwal deleted the fix-ci branch May 24, 2021 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CI Errors Involving gRPC and old versions of Go
2 participants