From 7cd59ff95fce6cb4e957ba4f29ffad3fb1ca68b4 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Thu, 8 Jan 2015 22:12:22 +0000 Subject: [PATCH] Update readme - remove Go 1.2 - dependency github.com/ugorji/go/codec requires sync.Pool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fe531c0..44807fab 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Clone this repository to ```$GOPATH/src/github.com/mailhog/MailHog``` and type ` See the [Building MailHog](BUILD.md) guide. -Requires Go 1.2+ to build. +Requires Go 1.3+ to build. Run tests using ```make test``` or ```goconvey```.