Switch to Bionic image for Travis. Use Go 1.10 and upwards.
Go 1.9 is well over 3yo.
This commit is contained in:

committed by
GitHub

parent
dd9486a141
commit
c9efe54672
10
.travis.yml
10
.travis.yml
@@ -1,11 +1,13 @@
|
||||
language: go
|
||||
dist: trusty
|
||||
dist: bionic
|
||||
|
||||
go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
- tip
|
||||
|
||||
addons:
|
||||
|
Reference in New Issue
Block a user