diff --git a/docs/getting_started.md b/docs/getting_started.md index 82457d64d78..bd229116cc6 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -73,7 +73,7 @@ Then navigate to `http://localhost:8080`. #### Prerequisites -- You need Go 1.7 or higher installed on your machine. +- You need Go 1.9 or higher installed on your machine. - Requires a [running Jaeger backend](#all-in-one-docker-image) to view the traces. ## Client Libraries diff --git a/docs/index.md b/docs/index.md index 2f9d261729b..bd664a61fb8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ for the architectural choices made in Jaeger. ## Technical Specs - * Backend components implemented in Go + * Backend components implemented in Go 1.9 * React/Javascript UI * [Cassandra 3.x](https://github.com/jaegertracing/jaeger/tree/master/plugin/storage/cassandra), [ElasticSearch](https://github.com/jaegertracing/jaeger/tree/master/plugin/storage/es) as persistent storage (more storage backends coming soon)