mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 15:47:36 +02:00
bump protoc to 3.21.7 (#3646)
This commit is contained in:
parent
0456e97b95
commit
2917f07dac
14 changed files with 14 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue