Skip to content

Commit

Permalink
README: fix go versions compatibility documentation (segmentio#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Achille authored Feb 15, 2022
1 parent 202cc28 commit 0011e6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ Code Of Conduct see [this](./CODE_OF_CONDUCT.md) document.
While it should also be compatible with later versions, newer features available
in the Kafka API may not yet be implemented in the client.

## Golang version
## Go versions

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

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

Expand Down

0 comments on commit 0011e6b

Please sign in to comment.