From eaf5dc27f6daf87166ba71a286a90a64bc492652 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Wed, 27 May 2015 18:30:50 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e7ddbd3..4b7b2f90 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Clone this repository to ```$GOPATH/src/github.com/mailhog/MailHog``` and type ` See the [Building MailHog](/docs/BUILD.md) guide. -Requires Go 1.3+ to build. +Requires Go 1.4+ to build. Run tests using ```make test``` or ```goconvey```.