#17698 Go backend does not delete module download sandboxes
Issue created by
wfscheper
Describe the bug
The Go backend does not delete sandboxes created to download 3rd party modules. This means pants quickly fills up my temp space with sandboxes, and I'm forced to manually clean them up.
Pants version
2.14.0
OS
MacOS ARM64 (13.0.1 (22A400))
Linux x86_64 (Fedora 35)
Additional info
This problem is exacerbated (or maybe caused?) by go setting the file permissions in the modcache to 0600 (ie. read-only).
pantsbuild/pants