Skip to content

Commit

Permalink
Drop support for Golang < 1.10
Browse files Browse the repository at this point in the history
This is because they are not supported by the release policy.
  • Loading branch information
iszak committed Feb 1, 2019
1 parent 0ef471c commit ac769a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.4
- 1.5
- 1.10
- 1.11
- tip

matrix:
Expand Down

0 comments on commit ac769a6

Please sign in to comment.