Khan / genqlient

a truly type-safe Go GraphQL client
MIT License
1.07k stars 107 forks source link

Bump minimum Go version to 1.18 #262

Closed benjaminjkraft closed 1 year ago

benjaminjkraft commented 1 year ago

This means we can use generics and various other things. I didn't use any of them yet, this is just bumping the numbers. I added tests for 1.20, and fixed one small bug, I think caused by go/packages changes therein. And I bumped the golangci-lint version too while I was in the area.

Fixes #256, fixes #257.

I have: