fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.36k stars 497 forks source link

Add go 1.18 support; set Dockerfile to go 1.18 #325

Closed dragonsinth closed 1 year ago

dragonsinth commented 1 year ago

https://github.com/fullstorydev/grpcurl/issues/300

dragonsinth commented 1 year ago

@gpassini @sanjaybv @franklinlindemberg

dragonsinth commented 1 year ago

Will you do a release with this new version?

Yeah, once I figure out how to do that :D

franklinlindemberg commented 1 year ago

@dragonsinth You've probably seem this, but https://github.com/fullstorydev/grpcurl/tree/master/releasing describes the release doc.

I think it expects docker to be running, so we'll need some tweak. Also do you have access to our docker hub? It will be needed to push the image

dragonsinth commented 1 year ago

@dragonsinth You've probably seem this, but https://github.com/fullstorydev/grpcurl/tree/master/releasing describes the release doc.

Yeah, it's a bit of a read tho. I need to be sure it's up to date.

I think it expects docker to be running, so we'll need some tweak. Also do you have access to our docker hub? It will be needed to push the image

My plan is to run through it in a Linux VM. I probably don't have access to docker hub, do you know anything about that? I'd love to pair up on this-- has anyone other than @jhump ever run through the process before?