I ran into the same problem. I ended up with this solution:
cd /usr/local/bin rm go
Deletes the 'go' command
Then go back to golang.org and re-download the latest version, run the installer, and when you run the 'go' command, it will display 1.12.9 (at the time of writing this post).
Michael lazarz
source share