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
go:
- 1.7
- 1.8
- 1.9
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- tip
script: make test-static