mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Update readme - remove Go 1.2
- dependency github.com/ugorji/go/codec requires sync.Pool
This commit is contained in:
parent
482d9100b4
commit
7cd59ff95f
1 changed files with 1 additions and 1 deletions
|
@ -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```.
|
||||
|
||||
|
|
Loading…
Reference in a new issue