Update readme - remove Go 1.2

- dependency github.com/ugorji/go/codec requires sync.Pool
This commit is contained in:
Ian Kent 2015-01-08 22:12:22 +00:00
parent 482d9100b4
commit 7cd59ff95f

View file

@ -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```.