Skip to content

Commit

Permalink
Docs: mention golang version (#540)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored Nov 16, 2017
1 parent 53955e3 commit acfbf29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit acfbf29

Please sign in to comment.