diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-26 23:40:57 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-26 23:40:57 +0900 |
commit | 6faa02f93c91022420bd53631973a96ed5938f2a (patch) | |
tree | 425efea7dba2dd12e4342000dd65f2096b02b929 /docs/sources/getting-started.md | |
parent | 64322c58589cbae43913bbedf62f82633c9f0736 (diff) |
doc: update required go versions to 1.7 or later
[skip ci]
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/getting-started.md')
-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 7929d38d..b556592b 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.5 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.7 or later](http://golang.org/doc/install). After installing Go, make sure that `$GOPATH/bin` in included in your `$PATH`. ## Installing GoBGP |