summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-08-31 06:51:11 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-08-31 11:23:48 +0900
commit4391b84862bab2e00dec197befec4b8d7a31cb4e (patch)
treed3acdb62caeb19c61055f1805fab11b7675958d6 /README.md
parent9a0323419e9481186340a6455553fbc515969258 (diff)
support go1.11
and drop go1.9. Also disable windows build on travis-ci and enable openbsd instead. We can support windows but I'm too lazy. 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 90bff3be..1324d73a 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.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