fullstorydev / grpcurl

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

no longer supporting go 1.14 #289

Closed jhump closed 2 years ago

jhump commented 2 years ago

Since #240, go.mod already states that 1.15 is needed to build this repo.

Recent changes to update deps now require 1.15 in order to build and run tests. So this officially removes 1.14 support.