Update .travis.yml

support go versions in line with go's release policy
main
Ajitem Sahasrabuddhe 5 years ago committed by GitHub
parent e3fa7e8566
commit 1f4473209d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,7 @@ sudo: false
dist: trusty
osx_image: xcode8.3
go:
- 1.10.x
- 1.11.x
- 1.12.x

Loading…
Cancel
Save