How to update the Go version on Ubuntu 20.04

System: Debian/Ubuntu/Fedora. Might work for others as well. 1. Uninstall the existing version As mentioned here, to update a Go version you will first need to uninstall the original version. To uninstall the existing Go version, delete the /usr/local/go directory by: $ sudo rm -rf /usr/local/go 2. Install the new version Go to the downloads …

How to update the Go version on Ubuntu 20.04 Read More »