Skip to content

Commit 8d2e00a

Browse files
[DOCS] Adds a signpost for downloading ES or signing-up for ESS. (#758) (#760)
Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
1 parent 68edb01 commit 8d2e00a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
The official Go client for [Elasticsearch](https://www.elastic.co/products/elasticsearch).
44

5+
**[Download the latest version of Elasticsearch](https://www.elastic.co/downloads/elasticsearch)**
6+
or
7+
**[sign-up](https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page)**
8+
**for a free trial of Elastic Cloud**.
9+
510
[![GoDoc](https://godoc.org/github.com/elastic/go-elasticsearch?status.svg)](https://pkg.go.dev/github.com/elastic/go-elasticsearch/v8)
611
[![Go Report Card](https://goreportcard.com/badge/github.com/elastic/go-elasticsearch)](https://goreportcard.com/report/github.com/elastic/go-elasticsearch)
712
[![codecov.io](https://codecov.io/github/elastic/go-elasticsearch/coverage.svg?branch=main)](https://codecov.io/gh/elastic/go-elasticsearch?branch=main)
@@ -10,13 +15,13 @@ The official Go client for [Elasticsearch](https://www.elastic.co/products/elast
1015
[![Integration](https://github.com/elastic/go-elasticsearch/workflows/Integration/badge.svg)](https://github.com/elastic/go-elasticsearch/actions?query=branch%3Amain)
1116
[![API](https://github.com/elastic/go-elasticsearch/workflows/API/badge.svg)](https://github.com/elastic/go-elasticsearch/actions?query=branch%3Amain)
1217

13-
# Compatibility
18+
## Compatibility
1419

15-
## Go
20+
### Go
1621

1722
Starting from version `8.12.0`, this library follow the Go language [policy](https://go.dev/doc/devel/release#policy). Each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release.
1823

19-
## Elasticsearch
24+
### Elasticsearch
2025

2126
Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of Elasticsearch.
2227
Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.

0 commit comments

Comments
 (0)