cloudspannerecosystem / wrench

wrench - Schema management tool for Cloud Spanner -
MIT License
239 stars 46 forks source link

replaces ioutil to io #96

Closed Shion1305 closed 1 year ago

Shion1305 commented 1 year ago

WHAT

This PR replaces ioutil usages.

WHY

ioutil is deprecated from Golang 1.16.

Shion1305 commented 1 year ago

I've addressed the imports problem and the test ci failed. However, upon review, I did not find any apparent issues relevant to the changes. Could you please rerun the CI to verify? Thank you.

Shion1305 commented 1 year ago

@kazegusuri I amended the commit, altering the hash, and force-pushed the changes, which triggered a rerun of the CI tests. The tests are now in a successful state👍