From 957f547299f703da151aac09777ecd07ea0e5ee9 Mon Sep 17 00:00:00 2001 From: AdamKorcz <44787359+AdamKorcz@users.noreply.github.com> Date: Fri, 17 Jun 2022 16:13:39 +0200 Subject: [PATCH] grpc-go: refactor build (#7887) --- projects/grpc-go/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/grpc-go/Dockerfile b/projects/grpc-go/Dockerfile index f0ab9e3df..6720ed21d 100644 --- a/projects/grpc-go/Dockerfile +++ b/projects/grpc-go/Dockerfile @@ -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