Skip to content

Commit

Permalink
Add goenv global step (#303)
Browse files Browse the repository at this point in the history
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
  • Loading branch information
ksubrmnn authored May 24, 2023
1 parent 10eb373 commit e323a3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ easy to fork and contribute any changes back upstream.
goenv install 1.12.0

**NOTE:** It downloads and places the prebuilt Go binaries provided by Google.

7. **Set goenv global version.**
For example, to set the version to Go 1.12.0, run:

goenv global 1.12.0

An example `.zshrc` that is properly configured may look like

Expand Down

0 comments on commit e323a3a

Please sign in to comment.