grpc-go: refactor build (#7887)

This commit is contained in:
AdamKorcz 2022-06-17 16:13:39 +02:00 committed by GitHub
parent e9570a3adb
commit 957f547299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
ENV GO111MODULE=on
RUN git clone https://github.com/protocolbuffers/protobuf-go
RUN git clone https://github.com/grpc/grpc-go
RUN git clone --depth 1 https://github.com/grpc/grpc-go $GOPATH/src/google.golang.org/grpc