Open the MSI file you downloaded and follow the prompts to install Go.
After installing, you will need to close and reopen any open command prompts so that changes to the environment made by the installer are reflected at the command prompt.
To verify that you’ve installed Go, execute this in your Terminal:
go version
If the command prints the installed version of Go, you’re good to go.