diff --git a/projects/grpc-gateway/build.sh b/projects/grpc-gateway/build.sh index 06ed62920..19c4ac5f6 100755 --- a/projects/grpc-gateway/build.sh +++ b/projects/grpc-gateway/build.sh @@ -17,7 +17,8 @@ if [ "$SANITIZER" = "coverage" ] then - compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/internal/httprule Fuzz fuzz gofuzz + go get github.com/grpc-ecosystem/grpc-gateway/... + compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule Fuzz fuzz gofuzz else compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule Fuzz fuzz gofuzz fi