Skip to content

Commit

Permalink
chore(bazel): update Go generator to v0.35.6
Browse files Browse the repository at this point in the history
Changes include:
- revert middleware version to v0.116.0 to drop s2a-go dep
- fix mixin file filter to avoid generation of unnecessary clients

PiperOrigin-RevId: 525444057
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 19, 2023
1 parent 79a5d8c commit 12f4aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ local_repository(
# types e.g. longrunningpb, we must define our own version of longrunning here.
load("@bazel_gazelle//:deps.bzl", "go_repository")

_gapic_generator_go_version = "0.35.5"
_gapic_generator_go_version = "0.35.6"

http_archive(
name = "com_googleapis_gapic_generator_go",
Expand Down

0 comments on commit 12f4aff

Please sign in to comment.