README: update min go version

[skip ci]
This commit is contained in:
Leo Antunes 2019-07-13 22:30:25 +02:00
parent 36d41326c7
commit 1f15a6d4f2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ The following ports must be accessible between all nodes (see [configuration opt
- 51820 UDP
- 7946 UDP and TCP
Install `wesher` on all nodes with go >= 1.11:
Install `wesher` on all nodes with go >= 1.12:
```
$ GO111MODULE=on go get github.com/costela/wesher
```