diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-26 16:45:12 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-26 16:45:12 +0900 |
commit | c1b95aa96192a3c0e02b0847694715f130010df3 (patch) | |
tree | 9a4339ea81d310c0bbb7261cf8e2763df8eb6f0d /docs | |
parent | 0dbf1d87cb6f42498e6607d616572fb80d36fd83 (diff) |
docs: update go versions
[ci skip]
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md index 4ef40c8c..361a817e 100644 --- a/docs/sources/getting-started.md +++ b/docs/sources/getting-started.md @@ -7,7 +7,7 @@ Route Server), this example gives you the basics of GoBGP usage. ## Prerequisites -You need to install [Go 1.3 or later](http://golang.org/doc/install). After installing Go, make sure that `$GOPATH/bin` in included in your `$PATH`. +You need to install [Go 1.5 or later](http://golang.org/doc/install). After installing Go, make sure that `$GOPATH/bin` in included in your `$PATH`. ## Installing GoBGP |