containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
137 stars 66 forks source link

CI: resolve Go path before sudoing ; Remove deprecated io/ioutil (except ioutil.ReadDir) #198

Closed AkihiroSuda closed 2 years ago

AkihiroSuda commented 2 years ago

Accidentally we had been using Go 1.15 (?) when sudoing

This PR also removes the deprecated io/ioutil package (except ioutil.ReadDir) to ensure that we are using the correct version of Go.