diff --git a/envoy/config/filter/http/health_check/v2/BUILD b/envoy/config/filter/http/health_check/v2/BUILD index eca07393..78eaa4b5 100644 --- a/envoy/config/filter/http/health_check/v2/BUILD +++ b/envoy/config/filter/http/health_check/v2/BUILD @@ -1,4 +1,4 @@ -load("//bazel:api_build_system.bzl", "api_proto_library") +load("//bazel:api_build_system.bzl", "api_proto_library", "api_go_proto_library") licenses(["notice"]) # Apache 2 @@ -9,3 +9,11 @@ api_proto_library( "//envoy/type:percent", ], ) + +api_go_proto_library( + name = "health_check", + proto = ":health_check", + deps = [ + "//envoy/type:percent_go_proto", + ], +)