cloudspannerecosystem / wrench

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

replaces ioutil to io #96

Closed Shion1305 closed 10 months ago

Shion1305 commented 10 months ago

WHAT

This PR replaces ioutil usages.

WHY

ioutil is deprecated from Golang 1.16.

Shion1305 commented 10 months 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 10 months 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👍