Created
February 24, 2023 17:42
-
-
Save lalizita/3c5f76fa4db80d1e4f8c883fd2b68f74 to your computer and use it in GitHub Desktop.
How to update Go version in your machine with homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Find go directories and remove | |
$ which go | |
/usr/local/go/bin/go | |
## Install using brew | |
brew install go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment