Skip to content

Commit

Permalink
Add Go version to requirements.
Browse files Browse the repository at this point in the history
Addresses feedback from bazelbuild#78.
  • Loading branch information
philwo authored Jul 15, 2019
1 parent 99a9972 commit d0085b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Binary and source releases are provided on our [Releases](https://github.com/baz

For ease of use, the Python version of Bazelisk is written to work with Python 2.7 and 3.x and only uses modules provided by the standard library.

The Go version can be compiled to run natively on Linux, macOS and Windows.
The Go version can be compiled to run natively on Linux, macOS and Windows. You need at least Go 1.11 to build Bazelisk, otherwise you'll run into errors like `undefined: os.UserCacheDir`.

To install the Go version, type:

Expand Down

0 comments on commit d0085b1

Please sign in to comment.