Skip to content

Commit

Permalink
readd _grpc.pb.go files by changing the proto compiler from the
Browse files Browse the repository at this point in the history
default bazel io provides
  • Loading branch information
marcushines committed May 1, 2024
1 parent b745def commit a9ff28b
Show file tree
Hide file tree
Showing 17 changed files with 1,471 additions and 1,338 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe

go_rules_dependencies()

go_register_toolchains(go_version = "1.18")
go_register_toolchains(go_version = "1.20")

# gazelle:repo bazel_gazelle
bazel_gazelle()
Expand Down
5 changes: 4 additions & 1 deletion acctz/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ cpp_grpc_library(
##############################################################################
go_proto_library(
name = "acctz_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
compilers = [
"go_protoc_gen_go",
"go_protoc_gen_go_grpc",
],
importpath = "github.com/openconfig/gnsi/acctz",
proto = ":acctz_proto",
deps = ["//version:version_go_proto"],
Expand Down
215 changes: 0 additions & 215 deletions acctz/acctz.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a9ff28b

Please sign in to comment.