mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Current genproto.sh doesn't pass -u option to go get. It is problematic because the script depends on a specific version of gogoproto. Actually it causes build error if a repository already have an old version of gogoproto that doesn't have a specified commit ($SHA). This commit lets the script pass -u to go get for avoid the error.