From f9c230c46fb7294bd51bf9c88f7d742dc72f52f4 Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Thu, 5 Sep 2024 14:17:40 +0000 Subject: [PATCH] test go mod Signed-off-by: Austin Abro --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 498ed34eb8..00f5716e47 100644 --- a/Makefile +++ b/Makefile @@ -223,6 +223,7 @@ test-cves: test-go-mod: go mod tidy + echo "in test go mod" hack/check-go-mod.sh cve-report: ## Create a CVE report for the current project (must `brew install grype` first)