Skip to content
Snippets Groups Projects

Upgrade Go protobuf compiler to 1.2

Merged Zeger-Jan van de Weg requested to merge zj-upgrade-go-protobuf-1.2 into master
19 files
+ 8953
2455
Compare changes
  • Side-by-side
  • Inline
Files
19
+ 3
3
@@ -19,9 +19,9 @@ PROTOC_DOWNLOAD = {
PROTOC_DIR = '_build/protoc'
PROTO_GO_DOWNLOAD = {
'name' => 'protobuf-1.0.0.zip',
'url' => 'https://github.com/golang/protobuf/archive/v1.0.0.zip',
'sha256' => 'd1055533ddb6efe108c8f6299eda2caf96076fe628772896596a92a556fb6e38'
'name' => 'protobuf-1.2.0.zip',
'url' => 'https://github.com/golang/protobuf/archive/v1.2.0.zip',
'sha256' => '0621edfe304f96b7f57f05ca8892427bc874dd4f186b28792873ca440437f6b8'
}
PROTO_GO_DIR = '_build'
Loading