From 598bba9fb2b761d1ad32776b0a61357500227de1 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sat, 1 Dec 2018 22:20:18 +0900 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3