This has given me trouble more than once so here are my notes for future reference:

1. Download git (Go uses git to download files)

yum -y install git

2. Download Go: (Get the latest version from here: https://golang.org/dl/)

cd /tmp
curl -LO https://dl.google.com …