aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-05 20:12:22 +0200
committerGravatar Jorge Canizales <jcanizales@google.com>2016-08-05 19:42:15 -0700
commite667fe19bf3d9e49888af1b736d65e19c04990f1 (patch)
tree023e0ed011e15501565406a73f83ba73991ad005 /tools
parent737bd555cfb9e4ada4eea3f2e7944bda76d58b20 (diff)
Using the interop dependencies instead.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/dockerfile/interoptest/grpc_interop_go/build_interop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/interoptest/grpc_interop_go/build_interop.sh b/tools/dockerfile/interoptest/grpc_interop_go/build_interop.sh
index 6e7813ef0b..82bb4a6483 100755
--- a/tools/dockerfile/interoptest/grpc_interop_go/build_interop.sh
+++ b/tools/dockerfile/interoptest/grpc_interop_go/build_interop.sh
@@ -31,7 +31,7 @@
# Builds Go interop server and client in a base image.
set -e
-go get google.golang.org/grpc
+go get google.golang.org/grpc/interop
# Clone just the grpc-go source code without any dependencies.
# We are cloning from a local git repo that contains the right revision