From 7d96f22b138ba5612190d3bd5fd1454430250a5e Mon Sep 17 00:00:00 2001 From: bin liu Date: Fri, 16 Oct 2020 15:54:45 +0800 Subject: [PATCH] ci: add `cargo clippy` for agent To run `cargo clippy`, this commit includes changes: - add a new Makefile target to run `cargo clippy` - move `make`/`make check` to last step to let a fast retrun if `fmt`/`clippy` failed Fixes: #951 Signed-off-by: bin liu Signed-off-by: Chelsea Mafrica --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 2779c05203..a23303c76e 100644 --- a/versions.yaml +++ b/versions.yaml @@ -289,7 +289,7 @@ languages: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.44.1" + newest-version: "1.47.0" specs: description: "Details of important specifications"