Skip to content

Commit

Permalink
Fix go bindings generation
Browse files Browse the repository at this point in the history
Followup to bazelbuild#154, which forgot to update the bazel configuration.
This makes hooks/pre-commit work again.
  • Loading branch information
mostynb committed Nov 28, 2020
1 parent 1e9ccef commit 954e64b
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 219 deletions.
1 change: 1 addition & 0 deletions build/bazel/remote/execution/v2/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ proto_library(
srcs = ["remote_execution.proto"],
deps = [
"//build/bazel/semver:semver_proto",
"@com_google_protobuf//:any_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:timestamp_proto",
"@com_google_protobuf//:wrappers_proto",
Expand Down
Loading

0 comments on commit 954e64b

Please sign in to comment.