Skip to content

Commit

Permalink
Update build.proto to Bazel 6.0 (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhp authored Jan 9, 2023
1 parent 5c511d8 commit de1a539
Show file tree
Hide file tree
Showing 3 changed files with 855 additions and 1,263 deletions.
4 changes: 2 additions & 2 deletions build_proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("//build:build_defs.bzl", "go_proto_checkedin_test")

# gazelle:exclude build.gen.pb.go

# build.proto is copied from Bazel 0.22.0
# https://github.com/bazelbuild/bazel/tree/0.22.0/src/main/protobuf
# build.proto is copied from Bazel 6.0.0
# https://github.com/bazelbuild/bazel/blob/6.0.0/src/main/protobuf/build.proto

go_proto_checkedin_test(
src = "build.gen.pb.go",
Expand Down
Loading

0 comments on commit de1a539

Please sign in to comment.