tsuru / platforms

Official platforms for the tsuru PaaS.
BSD 3-Clause "New" or "Revised" License
76 stars 70 forks source link

go: install go versions in different directories #112

Closed cezarsa closed 4 years ago

cezarsa commented 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.