summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-12-01 22:20:18 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-12-19 20:11:56 +0900
commit598bba9fb2b761d1ad32776b0a61357500227de1 (patch)
tree02737038dc8c6b330cdf7690bc6cb3be2b3c8fe6 /README.md
parent831b33fdb75074f7fbc19c6a7b966e1633ad5200 (diff)
server: use Dialer Control method instead of hack to modify connection before dialing
Use the feature of go 1.11 to remove the hack. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 94bfcbac..7464f650 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Try [a binary release](https://github.com/osrg/gobgp/releases/latest).
## To start developing GoBGP
-You need a working [Go environment](https://golang.org/doc/install) (1.10 or newer).
+You need a working [Go environment](https://golang.org/doc/install) (1.11 or newer).
```bash
$ go get -u github.com/golang/dep/cmd/dep