Experience and feedback in #44320 (thank you @jpmieville, @davecheney, @agnivade) suggests that the current Linux installation instructions are prone to a user mistake: missing the step of removing the previous Go installation at /usr/local/go before extracting the new Go version into the same location.
Making that mistake results in a corrupted Go installation which may produce strange errors. Worse yet, there is a possibility of it failing silently but producing incorrect results, compromising the reliability of the installed Go version.
There is a mention that the previous Go installation should be removed above the numbered steps:

This issue is about highlighting it to reduce the chances of this important step being overlooked by users.
CC @straut, @jayconrod, @golang/release.
Experience and feedback in #44320 (thank you @jpmieville, @davecheney, @agnivade) suggests that the current Linux installation instructions are prone to a user mistake: missing the step of removing the previous Go installation at /usr/local/go before extracting the new Go version into the same location.
Making that mistake results in a corrupted Go installation which may produce strange errors. Worse yet, there is a possibility of it failing silently but producing incorrect results, compromising the reliability of the installed Go version.
There is a mention that the previous Go installation should be removed above the numbered steps:
This issue is about highlighting it to reduce the chances of this important step being overlooked by users.
CC @straut, @jayconrod, @golang/release.