vektah / dataloaden

go generate based DataLoader
MIT License
528 stars 79 forks source link

Upgrade min Go version to 1.16 and replace ioutil #63

Closed abhinavnair closed 2 years ago

abhinavnair commented 2 years ago

The intention of PR is to replace the ioutil pkg which was deprecated in 1.16. But to do that, first had to upgrade the minimum supported Go version to 1.16. This should not be an issue for anyone because this entire pkg is mainly used by gqlgen which already has min. support of 1.16 Please do share any concerns if you have.

Contents:-

abhinavnair commented 2 years ago

@StevenACoffman not sure if you are the best person to reach out to for this repo, since I am not sure about who is the maintainer for this repo now, but this PR is following https://github.com/99designs/gqlgen/pull/2254.