Update Go version in README.md

Since commit 832bac98 the conf package uses os.LookupEnv, which was added in Go 1.5, thus making gnatsd require Go 1.5+.

This commit updates the README, which still said that Go 1.4+ was required.
This commit is contained in:
Justin Nuß
2016-06-09 15:05:45 +02:00
parent f2c17eb159
commit 9bfc43232f

View File

@@ -11,7 +11,7 @@ The best way to get the NATS server is to use one of the pre-built release binar
You can also connect to a public server that is running at our demo site: [nats://demo.nats.io:4222](nats://demo.nats.io:4222), and a secure version at [nats://demo.nats.io:4443](nats://demo.nats.io:4443).
Of course you can build the latest version of the server from the `master` branch. The master branch will always build and pass tests, but may not work correctly in your environment.
You will first need [*Go*](https://golang.org/) installed on your machine (version 1.4+ is required) to build the NATS server.
You will first need [*Go*](https://golang.org/) installed on your machine (version 1.5+ is required) to build the NATS server.
### Running