Merge pull request #12292 from tpaschalis/fix-recommended-protoc

Fix recommended protoc version
This commit is contained in:
Julien Pivotto 2023-04-26 14:38:32 +02:00 committed by GitHub
commit d4bf47766e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,6 @@ re-compile them when building Prometheus.
If however you have modified the defs and do need to re-compile, run
`make proto` from the parent dir.
In order for the script to run, you'll need `protoc` (version 3.12.3) in your
PATH.
In order for the [script](../scripts/genproto.sh) to run, you'll need `protoc` (version 3.15.8) in
your PATH.