mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2025-10-08 18:20:43 +08:00

ioutil has been deprecated since golang 1.16. This commit uses the replacement methods from the os or io packages. This should fix some golangci-lint CI failures. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>