slimtoolkit / slim

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Apache License 2.0
18.89k stars 704 forks source link

chore: remove refs to deprecated io/ioutil #541

Closed testwill closed 1 year ago

testwill commented 1 year ago

Fixes-###

What

remove refs to deprecated io/ioutil

Why

"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16

How Tested

staticcheck

kcq commented 1 year ago

thanks a lot for the enhancement @testwill ! do you mind updating the PR to resolve the conflicts

kcq commented 1 year ago

thank you