mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
audit: add protobuf definitions (#1047)
This commit is contained in:
parent
de54e449f0
commit
73105c0b08
9 changed files with 905 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue