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

Commit

Permalink
Test with Go 1.10
Browse files Browse the repository at this point in the history
v1.10 of Go is now officially released so we should be testing against
it.
  • Loading branch information
mjs committed Feb 20, 2018
1 parent 23d470d commit 1f80fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master # find out if a upcoming change in Go is going to break us

# No need for an install step as all dependencies are vendored.
Expand Down

0 comments on commit 1f80fc1

Please sign in to comment.