@@ -112,7 +112,7 @@ load(
112112
113113go_rules_dependencies()
114114
115- go_register_toolchains(version = " 1.16 .2" )
115+ go_register_toolchains(version = " 1.18 .2" )
116116```
117117
118118> Standard biolerplate for ` @io_bazel_rules_go ` .
@@ -392,7 +392,7 @@ potential conflicts with other possible gazelle extensions, using the name
392392The core of `stackb/rules_proto` contains two build rules :
393393
394394| Rule | Description |
395- | --------------- | ------------------------------------------------------- |
395+ |-----------------| --------------------------------------------------------- |
396396| `proto_compile` | Executes the `protoc` tool. |
397397| `proto_plugin` | Provides static `protoc` plugin-specific configuration. |
398398
@@ -764,7 +764,7 @@ The plugin name is an opaque string, but by convention they are maven-esqe
764764artifact identifiers that follow a GitHub org/repo/plugin_name convention.
765765
766766| Plugin |
767- | ---------------------------------------------------------------------------------------------------------------------- |
767+ |------------------------------------------------------------------------------------------------------------------------ |
768768| [builtin:cpp](pkg/plugin/builtin/cpp_plugin.go) |
769769| [builtin:csharp](pkg/plugin/builtin/csharp_plugin.go) |
770770| [builtin:java](pkg/plugin/builtin/java_plugin.go) |
@@ -800,7 +800,7 @@ The rule name is an opaque string, but by convention they are maven-esqe
800800artifact identifiers that follow a GitHub org/repo/rule_name convention.
801801
802802| Plugin |
803- | ------------------------------------------------------------------------------------------------- |
803+ |--------------------------------------------------------------------------------------------------- |
804804| [stackb:rules_proto:grpc_cc_library](pkg/rule/rules_cc/grpc_cc_library.go) |
805805| [stackb:rules_proto:grpc_closure_js_library](pkg/rule/rules_closure/grpc_closure_js_library.go) |
806806| [stackb:rules_proto:grpc_java_library](pkg/rule/rules_java/grpc_java_library.go) |
0 commit comments