From 9bfc43232f2039432d3da5af33e90f308cb4c83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Nu=C3=9F?= Date: Thu, 9 Jun 2016 15:05:45 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73a4d125..3e4953cf 100644 --- a/README.md +++ b/README.md @@ -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