Update the versions of Go used to build GoVMM

The .travis file was building GoVMM with some old of date versions of
Go that seem to be incompatible with the latest versions of gometalinter.
This commit updates the .travis file so that we build against 1.10 and
1.11.

Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
This commit is contained in:
Mark Ryan 2019-01-28 16:31:51 +01:00
parent ad310f9fde
commit 1f51b4386b

View File

@ -1,8 +1,8 @@
language: go language: go
go: go:
- 1.8 - "1.10"
- 1.9 - "1.11"
- tip - tip
go_import_path: github.com/intel/govmm go_import_path: github.com/intel/govmm