How to install Go 1.14.2 on Ubuntu 18.04 using the command line (terminal).
Download latest version here: https://golang.org/dl/
Add Go to your PATH in your ~/.bashrc file: export PATH=$PATH:/usr/local/go/bin
Why you don't need GOPATH: / golang-why-not-use-the-gopath