Skip to content

Commit

Permalink
Drop support for Go 1.6 (#269)
Browse files Browse the repository at this point in the history
As part of the 1.0 release, I'd really like to structure our benchmarks (and
some of our tests) using sub-tests/benchmarks. Go 1.8 is only a few weeks away
from a release, so I don't think it's too bad to drop support for 1.6 now.
  • Loading branch information
akshayjshah committed Feb 3, 2017
1 parent 9d1b7f0 commit 3b92221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go
sudo: false
go:
- 1.6
- 1.7
- tip
go_import_path: go.uber.org/zap
Expand Down

0 comments on commit 3b92221

Please sign in to comment.