Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
drop support for old go in travis. add support for 11 and 12 explicit…
Browse files Browse the repository at this point in the history
…ly. should we support 11 or jump to latest for new version?
  • Loading branch information
dgrijalva committed Apr 8, 2019
1 parent f05d698 commit 32acca3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ script:
- go test -v ./...

go:
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- tip

0 comments on commit 32acca3

Please sign in to comment.