Merge pull request #1610 from jodh-intel/fix-virtcontainers-makefile

build: Fix virtcontainers static check make target
This commit is contained in:
James O. D. Hunt
2019-05-01 17:11:59 +01:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ binaries: hook kata-shim
check: check-go-static check-go-test
check-go-static:
bash $(MK_DIR)/../.ci/go-lint.sh
bash $(MK_DIR)/../.ci/static-checks.sh
check-go-test:
bash $(MK_DIR)/../.ci/go-test.sh \