mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 09:56:31 +02:00
* core/proto: update protoc dependencies * cleanup * disable unimplemented forward compatibility check * fix mock * add generate make command * add .0
3 lines
100 B
Bash
Executable file
3 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
exec go run google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2 "$@"
|