Skip to content

Commit 0011e6b

Browse files
author
Achille
authored
README: fix go versions compatibility documentation (#850)
1 parent 202cc28 commit 0011e6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ Code Of Conduct see [this](./CODE_OF_CONDUCT.md) document.
4242
While it should also be compatible with later versions, newer features available
4343
in the Kafka API may not yet be implemented in the client.
4444

45-
## Golang version
45+
## Go versions
4646

47-
`kafka-go` is currently compatible with golang version from 1.15+. To use with
48-
older versions of golang use release [v0.2.5](https://github.com/segmentio/kafka-go/releases/tag/v0.2.5).
47+
`kafka-go` requires Go version 1.15 or later.
4948

5049
## Connection [![GoDoc](https://godoc.org/github.com/segmentio/kafka-go?status.svg)](https://godoc.org/github.com/segmentio/kafka-go#Conn)
5150

0 commit comments

Comments
 (0)