[VOL-5567] update protos
Change-Id: I2237e104062831286129ece7cae6621fd971ecb9
Signed-off-by: Abhay Kumar <abhay.kumar@radisys.com>
diff --git a/Makefile b/Makefile
index 23b73c5..579fef5 100755
--- a/Makefile
+++ b/Makefile
@@ -226,7 +226,7 @@
set -e -o pipefail; \
for x in ${PROTO_FILES}; do \
echo \$$x; \
- protoc --go_out=plugins=grpc:/go/src -I protos \$$x; \
+ protoc --go_out=. --go_opt=module=github.com/opencord/voltha-protos/v5 --go-grpc_out=. --go-grpc_opt=module=github.com/opencord/voltha-protos/v5 -I protos -I protos/google/api \$$x; \
done\
$(quote-double)
@@ -317,8 +317,8 @@
## -----------------------------------------------------------------------
## Intent: Placeholder for library targets
## -----------------------------------------------------------------------
-lint :
-
+lint:
+ golangci-lint run -v ./...
## -----------------------------------------------------------------------
## Intent: Make sterile is unrecoverable due to handling of java_temp
## -----------------------------------------------------------------------