diff --git a/scripts/genproto.sh b/scripts/genproto.sh index 44a6cbb68..d8a2c1cee 100755 --- a/scripts/genproto.sh +++ b/scripts/genproto.sh @@ -20,8 +20,8 @@ fi DIRS="./wal/walpb ./etcdserver/etcdserverpb ./snap/snappb ./raft/raftpb ./mvcc/mvccpb ./lease/leasepb ./auth/authpb" # exact version of protoc-gen-gogo to build -GOGO_PROTO_SHA="5f813990bfffa3c2f4414dbea480e705ab280358" -GRPC_GATEWAY_SHA="c8ec92d0481dd77d9b8c1808eb6476d190aa039a" +GOGO_PROTO_SHA="8d70fb3182befc465c4a1eac8ad4d38ff49778e2" +GRPC_GATEWAY_SHA="84398b94e188ee336f307779b57b3aa91af7063c" # set up self-contained GOPATH for building export GOPATH=${PWD}/gopath.proto