#20361 Pants caches errors it shouldn't (eg Go compiler missing)
Issue created by kuza55Describe the bug
If you try to do anything with a repo that has go modules, pants will complain that it is missing the go compiler.
If you then install the go compiler, pants will keep complaining that it is missing since it has cached the error.
Pants version
2.17.0
OS
Both
pantsbuild/pants