diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-02-18 20:39:03 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-02-18 20:39:03 +0900 |
commit | f6fc0a3e9639e1decf0765e56a72510bf2e7bcda (patch) | |
tree | d352f920ee5d78a660768e0533bee5c009e4cc9f /README.md | |
parent | d779a597c71268628ac794cb89fade4f77514c7d (diff) |
add golang 1.10 support
drop 1.8 support also.
Note that ugly double quates are necessary
https://github.com/travis-ci/gimme/issues/132
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
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.8 or newer). +You need a working [Go environment](https://golang.org/doc/install) (1.9 or newer). ```bash $ go get -u github.com/golang/dep/cmd/dep |