Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit e4f2123

Browse files
author
Dongsu Park
authored
Merge pull request #1618 from endocode/dongsu/gogoproto-update
scripts: use latest gogo/protobuf for proto files
2 parents e2c4677 + c32d9f7 commit e4f2123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/genproto.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
DIRS="./protobuf"
2121

2222
# exact version of protoc-gen-gogo to build
23-
SHA="c3995ae437bb78d1189f4f147dfe5f87ad3596e4"
23+
GOGO_PROTO_SHA="2752d97bbd91927dd1c43296dbf8700e50e2708c"
2424

2525
# set up self-contained GOPATH for building
2626
export GOPATH=${PWD}/gopath
@@ -40,7 +40,7 @@ ln -s "${PWD}" "${FLEET_ROOT}"
4040
go get -u github.com/gogo/protobuf/{proto,protoc-gen-gogo,gogoproto}
4141
go get -u golang.org/x/tools/cmd/goimports
4242
pushd "${GOGOPROTO_ROOT}"
43-
git reset --hard "${SHA}"
43+
git reset --hard "${GOGO_PROTO_SHA}"
4444
make install
4545
popd
4646

0 commit comments

Comments
 (0)