Skip to content

Instantly share code, notes, and snippets.

@lalizita
Created February 24, 2023 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalizita/3c5f76fa4db80d1e4f8c883fd2b68f74 to your computer and use it in GitHub Desktop.
Save lalizita/3c5f76fa4db80d1e4f8c883fd2b68f74 to your computer and use it in GitHub Desktop.
How to update Go version in your machine with homebrew
## 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