I was trying to install a specific go version on my workstation by specifying the semantic version. What I meant by semantic versioning is the version number of the form <major>.<minor>.<patch>
. For instance, to install go version go1.13.4
I was trying this:
brew install [email protected]
No luck! It says Error: No available formula with the name "[email protected]"