Skip to content

Commit

Permalink
Merge pull request #63 from gofrs/bump-go-versions
Browse files Browse the repository at this point in the history
Use the latest Go releases

Signed-off-by: Tim Heckman <[email protected]>
  • Loading branch information
theckman committed Jan 11, 2019
2 parents 9f278e1 + 1c72427 commit 3f6c691
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: go
sudo: false
go:
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.11
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
matrix:
allow_failures:
Expand Down

0 comments on commit 3f6c691

Please sign in to comment.