We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c66cee commit d2c6bfaCopy full SHA for d2c6bfa
examples/MODULE.bazel
@@ -19,7 +19,7 @@ protoc = use_extension("@toolchains_protoc//protoc:extensions.bzl", "protoc")
19
protoc.toolchain(
20
google_protobuf = "com_google_protobuf",
21
# Demonstrate overriding the default version
22
- version = "LATEST",
+ version = "v28.0",
23
)
24
use_repo(protoc, "com_google_protobuf", "toolchains_protoc_hub")
25
0 commit comments