This video shows how to install go on your Linux computer.
1. Find the latest version from --- https://go.dev/dl/
2. Extract the archive
3. Add the path to .bashrc
export PATH=$PATH:/usr/local/go/bin
4. Activate the PATH
source ~/.bashrc
Please comment if you are having any issues.