go-kit / kit

A standard library for microservices.
https://gokit.io
MIT License
26.53k stars 2.43k forks source link

Removed usage of deprecated io/ioutil package #1293

Open amidam opened 4 months ago

amidam commented 4 months ago

fixes #1292

peterbourgon commented 4 months ago

Guess we should bump CI to drop 1.17, and probably also add 1.20, 1.21, and 1.22.

peterbourgon commented 4 months ago

@amidam Please make those changes in this PR :)

amidam commented 4 months ago

@amidam Please make those changes in this PR :)

Sure

amidam commented 4 months ago

@peterbourgon, may I revise Go version in go.mod as well? Currently is 1.17

peterbourgon commented 4 months ago

Should not be necessary, but if you want to update, I guess fine.