mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
build: Fix virtcontainers static check make target
The virtcontainers `Makefile` was referencing an old script to handle static checks. Although these are still run if `make` is invoked at the top-level, correct the error. Fixes #1609. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
4cc8e1a2d0
commit
9f87e7870c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user