all: Drop support for go1.3 and earlier
bmatsuo opened this issue · 0 comments
bmatsuo commented
The .travis.yml
specifies that tests should be run for go1.2 and go1.3. This is somewhat anachronistic. And lately travis seems to be flaking out occasionally on some of the tests. Reducing the number of go versions that we are testing against well help determine if there is actually a problem in a realistic environment.
It still seems relevant to support go1.4. My understanding is that some some developers have continued to use it because of various temporary impediments with go1.5 (and tip?).