diff --git a/Makefile b/Makefile index e903f95e3a9..4337ead083e 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ ALL_SRC = $(shell find . -name '*.go' \ -not -name 'mocks*' \ -not -name '*.pb.go' \ -not -path './vendor/*' \ + -not -path './idl/*' \ -not -path './internal/tools/*' \ -not -path './docker/debug/*' \ -not -path '*/mocks/*' \ diff --git a/idl b/idl index 2a6ba696070..bdfc239c55c 160000 --- a/idl +++ b/idl @@ -1 +1 @@ -Subproject commit 2a6ba6960701dc52abdc98a4671af0c5646e3734 +Subproject commit bdfc239c55cdff96bd3b1caaf6849ada43d7402e