gosnowflake icon indicating copy to clipboard operation
gosnowflake copied to clipboard

Drop support for go 1.17 and upgrade to go 1.19

Open SimbaGithub opened this issue 2 years ago • 0 comments

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

SimbaGithub avatar Oct 07 '22 17:10 SimbaGithub