diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.9 or newer). +You need a working [Go environment](https://golang.org/doc/install) (1.10 or newer). ```bash $ go get -u github.com/golang/dep/cmd/dep |