Skip to content

Commit

Permalink
Merge pull request #321 from Shopify/drop-go-1.2
Browse files Browse the repository at this point in the history
Drop official support for go 1.2
  • Loading branch information
eapache committed Mar 6, 2015
2 parents a4865ff + 3cb648f commit 54af88d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- tip
Expand All @@ -17,8 +16,6 @@ before_install:
- vagrant/install_cluster.sh
- vagrant/boot_cluster.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 github.com/kisielk/errcheck

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, 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
Broker and Request/Response objects could *probably* be considered frozen) but there may be the occasional
Expand Down

0 comments on commit 54af88d

Please sign in to comment.