travis: update versions of Go to be tested

This commit is contained in:
Carlos Martín Nieto 2019-12-10 22:20:20 +00:00
parent 97e6392d3a
commit ce19fa064f
1 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
language: go language: go
go: go:
- 1.7 - "1.11"
- 1.8 - "1.12"
- 1.9 - "1.13"
- "1.10"
- tip - tip
script: make test-static script: make test-static