Hi all. I hope I'm creating a ticket to the correct repository, since the code in question is part of google.golang.org/grpc (which I suppose is this repository?).
This library seems to be affected by a bad merge, causing issues when trying to go get it.
go get google.golang.org/grpc.# google.golang.org/grpc/transport
../google.golang.org/grpc/transport/http_util.go:388: f.fr.SetReuseFrames undefined (type *http2.Framer has no field or method SetReuseFrames)
I suspect this to be the culprit: https://github.com/grpc/grpc-go/commit/ff17eeb5f6e2112ef30f103d686fa725ee31202e
I would create a pull request myself if I would be sure reverting that wouldn't cause some other issues, so instead I'm creating a ticket.
Thank you!
You may need to update your golang.org/x/net/http2 package.
Ahh! That fixed it! Thanks! :facepalm:
Most helpful comment
You may need to update your
golang.org/x/net/http2package.