bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.95k stars 300 forks source link

Go Bazelisk: Replace usage of deprecated `io/ioutil` #588

Closed albertocavalcante closed 1 week ago

albertocavalcante commented 1 week ago

io/ioutil has been deprecated since Go 1.16.

This PR removes it in favor of equivalents in os and io packages.

albertocavalcante commented 1 week ago

Hey @fweikert / @meteorcloudy, I believe this one should be straightforward. Could you please review it when you have a moment? Thanks!

fweikert commented 1 week ago

Thank you!