Преглед на файлове

Drop official support for go 1.2

Should still work of course, but we don't care to test it anymore.
Evan Huus преди 11 години
родител
ревизия
3cb648fea7
променени са 2 файла, в които са добавени 1 реда и са изтрити 4 реда
  1. 0 3
      .travis.yml
  2. 1 1
      README.md

+ 0 - 3
.travis.yml

@@ -1,6 +1,5 @@
 language: go
 language: go
 go:
 go:
-- 1.2
 - 1.3
 - 1.3
 - 1.4
 - 1.4
 - tip
 - tip
@@ -17,8 +16,6 @@ before_install:
 - vagrant/install_cluster.sh
 - vagrant/install_cluster.sh
 - vagrant/boot_cluster.sh
 - vagrant/boot_cluster.sh
 - vagrant/create_topics.sh
 - vagrant/create_topics.sh
-- go install -a -race regexp # Fix for go 1.2
-- go get code.google.com/p/go.tools/cmd/vet || true # Fix for go 1.2
 - go get golang.org/x/tools/cmd/vet
 - go get golang.org/x/tools/cmd/vet
 - go get github.com/kisielk/errcheck
 - go get github.com/kisielk/errcheck
 
 

+ 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
 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, 1.3, and 1.4.
+Sarama is compatible with Go 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
 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
 Broker and Request/Response objects could *probably* be considered frozen) but there may be the occasional