commit | e05cf0c5697505e66db1c1d835404515692f38ae | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Thu Aug 19 03:16:50 2021 +0000 |
committer | khenaidoo <knursimu@ciena.com> | Tue Oct 05 13:56:30 2021 -0400 |
tree | a73ca94c98900416fc5f8ff66ce4544795d61dc9 | |
parent | e20dc1bfc9ca482917f50068ef71955129b982fa [diff] [blame] |
[VOL-4291] OfAgent changes for gRPC migration Change-Id: I8da1db6df49d478ef24ec8f9bd719e9692f48a7f
diff --git a/vendor/github.com/grpc-ecosystem/go-grpc-middleware/makefile b/vendor/github.com/grpc-ecosystem/go-grpc-middleware/makefile index 51dc5b8..b18d2d2 100644 --- a/vendor/github.com/grpc-ecosystem/go-grpc-middleware/makefile +++ b/vendor/github.com/grpc-ecosystem/go-grpc-middleware/makefile
@@ -8,7 +8,8 @@ go fmt $(GOFILES_NOVENDOR) vet: - go vet $(GOFILES_NOVENDOR) + # do not check lostcancel, they are intentional. + go vet -lostcancel=false $(GOFILES_NOVENDOR) test: vet ./scripts/test_all.sh