From 56dc72c4d5b1076fc9c6b81f57299739c11910b8 Mon Sep 17 00:00:00 2001
From: imalasong <55082705+imalasong@users.noreply.github.com>
Date: Tue, 2 Apr 2024 11:58:00 +0800
Subject: [PATCH] ci(Makefile): vet command add .PHONY (#3915)

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index ebde4ee8..b58f24f3 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ fmt-check:
 		exit 1; \
 	fi;
 
+.PHONY: vet
 vet:
 	$(GO) vet $(VETPACKAGES)