bump protoc to 3.21.7 (#3646)

This commit is contained in:
Denis Mishin 2022-10-03 13:01:42 -04:00 committed by GitHub
parent 0456e97b95
commit 2917f07dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 14 additions and 14 deletions

View file

@ -2,7 +2,7 @@
set -euo pipefail
_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
_protoc_version="3.14.0"
_protoc_version="21.7"
_protoc_path="/tmp/pomerium-protoc/protoc-$_protoc_version"
_protoc_3pp_path="/tmp/pomerium-protoc-3pp"
_os="linux"