Browse Source

Merge pull request #224 from Shopify/go1.4

Go1.4
Evan Huus 11 years ago
parent
commit
306a77a0d2
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .travis.yml
  2. 1 1
      README.md

+ 1 - 0
.travis.yml

@@ -2,6 +2,7 @@ language: go
 go:
 - 1.2
 - 1.3
+- 1.4
 - tip
 
 env:

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ Documentation is available via godoc at http://godoc.org/github.com/Shopify/sara
 
 There is a google group for Kafka client users and authors at https://groups.google.com/forum/#!forum/kafka-clients
 
-Sarama is compatible with Go 1.2 and 1.3.
+Sarama is compatible with Go 1.2, 1.3, and 1.4.
 
 A word of warning: the API is not 100% stable. It won't change much (in particular the low-level
 Broker and Request/Response objects could *probably* be considered frozen) but there may be the occasional