hasura / go-graphql-client

Package graphql provides a GraphQL client implementation.
MIT License
396 stars 91 forks source link

Installation instructions out-of-date / minimum go version is 1.16 #36

Closed schmr closed 2 years ago

schmr commented 2 years ago

Hi,

I just noticed that go-graphql-client release 0.7.1 uses io.NopCloser, which got introduced in go1.16 according to the docs. Contrary, in README.md, a minimum go version of 1.13 is stated. Maybe bump the version number? I can create a pull request but it seems too minor of a change.

Thanks for your time!

hgiasac commented 2 years ago

Thanks for noticing. I will do that soon.