Skip to content

Commit

Permalink
chore: update Go importpath
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 589913027
  • Loading branch information
Google APIs authored and Copybara-Service committed Dec 11, 2023
1 parent 7cc1bf0 commit a5c9ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/spanner/executor/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ go_gapic_library(
name = "executor_go_gapic",
srcs = [":executor_proto_with_info"],
grpc_service_config = "spanner_cloud_executor_grpc_service_config.json",
importpath = "google.golang.org/google/spanner/executor/v1;executorpb",
importpath = "cloud.google.com/go/spanner/executor/apiv1;executor",
metadata = True,
release_level = "beta",
service_yaml = "spanner_cloud_executor.yaml",
Expand Down

0 comments on commit a5c9ffc

Please sign in to comment.