We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202cc28 commit 0011e6bCopy full SHA for 0011e6b
README.md
@@ -42,10 +42,9 @@ Code Of Conduct see [this](./CODE_OF_CONDUCT.md) document.
42
While it should also be compatible with later versions, newer features available
43
in the Kafka API may not yet be implemented in the client.
44
45
-## Golang version
+## Go versions
46
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).
+`kafka-go` requires Go version 1.15 or later.
49
50
## Connection [](https://godoc.org/github.com/segmentio/kafka-go#Conn)
51
0 commit comments