Merge pull request #7653 from nicolasnoble/fix-interop-go

Hopefully fixing #7639.
pull/7677/head
Nicolas Noble 8 years ago committed by GitHub
commit 4b230eaaaa
  1. 1
      tools/dockerfile/interoptest/grpc_interop_go/build_interop.sh

@ -46,6 +46,7 @@ go get github.com/golang/protobuf/proto
go get golang.org/x/net/context
go get golang.org/x/net/trace
go get golang.org/x/oauth2
go get golang.org/x/oauth2/google
go get google.golang.org/cloud
# Build the interop client and server

Loading…
Cancel
Save