From 081102792259d935c18c8ae9e09f10606b7a5f17 Mon Sep 17 00:00:00 2001 From: Sebastian Wicki Date: Wed, 15 Apr 2020 12:43:44 +0200 Subject: [PATCH] Makefile: Add hubble-proxy to govet target Signed-off-by: Sebastian Wicki --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9ce6e32083b4..30eec82edf2a 100644 --- a/Makefile +++ b/Makefile @@ -372,6 +372,7 @@ govet: ./cilium-health/... \ ./common/... \ ./daemon/... \ + ./hubble-proxy/... \ ./operator/... \ ./pkg/... \ ./plugins/... \