Khan / genqlient

a truly type-safe Go GraphQL client
MIT License
1.02k stars 99 forks source link

Add tests on Go 1.22, and upgrade x/tools to make them work #315

Closed benjaminjkraft closed 4 months ago

benjaminjkraft commented 4 months ago

I guess our x/tools was too old? I'm unclear on how x/tools versioning works with language versioning. Anyway, now it all works. Fixes #312.

I have:

benjaminjkraft commented 4 months ago

It's the thingy we use to load Go packages, to support package_bindings and other cases where we need to look at the caller's types