mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
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:
parent
ad310f9fde
commit
1f51b4386b
@ -1,8 +1,8 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.8
|
||||
- 1.9
|
||||
- "1.10"
|
||||
- "1.11"
|
||||
- tip
|
||||
|
||||
go_import_path: github.com/intel/govmm
|
||||
|
Loading…
Reference in New Issue
Block a user