Skip to content

Commit

Permalink
.travis.yml: build with newer go versions
Browse files Browse the repository at this point in the history
The minimum supported Go version is now Go 1.5, build with that too.
  • Loading branch information
fjl committed Nov 8, 2020
1 parent 9bc16a4 commit 47d268d
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,4 +1,4 @@
language: go
go:
- 1.1
- 1.2
- 1.7
- 1.x

0 comments on commit 47d268d

Please sign in to comment.