audit: add protobuf definitions (#1047)

This commit is contained in:
Caleb Doxsey 2020-07-08 07:23:03 -06:00 committed by GitHub
parent de54e449f0
commit 73105c0b08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 905 additions and 11 deletions

View file

@ -2,7 +2,7 @@
set -euo pipefail
_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
_protoc_version="3.12.1"
_protoc_version="3.12.3"
_protoc_path="/tmp/pomerium-protoc/protoc-$_protoc_version"
_os="linux"
if [ "$(uname -s)" == "Darwin" ]; then