Closed cezarsa closed 4 years ago
This prevents files from one Go version from possibly overlapping with files from a new Go version. This kind of overlapping can happen on some filesystems (namely AUFS) even with the rm -rf that was already present. See moby/moby#24309.
rm -rf
This prevents files from one Go version from possibly overlapping with files from a new Go version. This kind of overlapping can happen on some filesystems (namely AUFS) even with the
rm -rf
that was already present. See moby/moby#24309.