ci: move go vet to validate check (#430)

* ci: move go vet to validate check

Signed-off-by: Paulo Pires <pjpires@gmail.com>

* cri: don't build when not on linux

Signed-off-by: Paulo Pires <pjpires@gmail.com>
This commit is contained in:
Paulo Pires
2018-11-30 21:58:55 +00:00
committed by Brian Goff
parent ea40a180f4
commit 0e9cfca585
3 changed files with 16 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
// +build linux
package cri
import (