Install Go v1.15.2
1. Apply the latest security updates on Ubuntu
2. Download the latest Go language library archive
3. Extract the downloaded archive and install it to desired location on your system. We suggest that you install go under /usr/local
4. Set up 3 language environment variables for your project: GOROOT, GOPATH, and PATH
5. Done! Verify the installed version of Go and all environment variables
Last updated