gosnowflake
gosnowflake copied to clipboard
Drop support for go 1.17 and upgrade to go 1.19
Description
Drop support for go 1.17 and add support for go 1.19
io/util package is deprecated with 1.16. This also replaces usages with either os or io.
Checklist
- [x] Code compiles correctly
- [x] Run
make fmt
to fix inconsistent formats - [x] Run
make lint
to get lint errors and fix all of them - [ ] Created tests which fail without the change (if possible)
- [x] All tests passing
- [x] Extended the README / documentation, if necessary