From bb99bfb45d7497de5b14a2831c6fbe1523b8b622 Mon Sep 17 00:00:00 2001 From: "wangyongchao.bj" Date: Wed, 29 Sep 2021 15:37:25 +0800 Subject: [PATCH] runtime: fix the make check-go-static command error modify the make script of the check-go-static, changing the `./cli` path to `./cmd/kata-runtime` Fixes: #2765 Signed-off-by: wangyongchao.bj --- src/runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/Makefile b/src/runtime/Makefile index 1865e480e3..f938981e8c 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -611,7 +611,7 @@ go-test: $(GENERATED_FILES) go test -v -mod=vendor ./... check-go-static: - $(QUIET_CHECK)../../ci/go-no-os-exit.sh ./cli + $(QUIET_CHECK)../../ci/go-no-os-exit.sh ./cmd/kata-runtime $(QUIET_CHECK)../../ci/go-no-os-exit.sh ./virtcontainers coverage: