fullstorydev / grpchan

Channels for gRPC: custom transports
MIT License
204 stars 23 forks source link

can't test on go 1.11 w/out modules #45

Closed jhump closed 4 years ago

jhump commented 4 years ago

@dragonsinth, one more of these...

Latest grpc-go module no longer supports go 1.11. Since non-module builds in CI always gets latest of all deps, we can no longer support go 1.11 for non-module builds.

This will fix the current build break.