mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
update to latest protoc version
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# set up protoc so that we can use it for protobuf generation
|
||||
PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip
|
||||
curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/$PROTOC_ZIP
|
||||
PROTOC_ZIP=protoc-3.6.1-linux-x86_64.zip
|
||||
curl -OL https://github.com/google/protobuf/releases/download/v3.6.1/$PROTOC_ZIP
|
||||
sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc
|
||||
rm -f $PROTOC_ZIP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user