Skip to content

Commit

Permalink
readd _grpc.pb.go files by changing the proto compiler from the defau…
Browse files Browse the repository at this point in the history
…lt bazel io provides (#188)

* fix lint errors

* readd _grpc.pb.go files by changing the proto compiler from the
default bazel io provides
  • Loading branch information
marcushines authored May 1, 2024
1 parent 1a95361 commit 6dffd07
Show file tree
Hide file tree
Showing 17 changed files with 1,472 additions and 1,339 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 6dffd07

Please sign in to comment.