Skip to content

Commit

Permalink
chore: Update protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Jun 6, 2024
1 parent 168c3b9 commit a70dfc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SHELL [ "/bin/bash", "-c" ]

ARG SYNTHTOOL_COMMITTISH=e36d2f164ca698f0264fb6f79ddc4b0fa024a940
ARG OWLBOT_CLI_COMMITTISH=ac84fa5c423a0069bbce3d2d869c9730c8fdf550
ARG PROTOC_VERSION=25.3
ARG PROTOC_VERSION=27.1
ENV HOME=/home

# install OS tools
Expand Down
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.41.1-SNAPSHOT # {x-version-update:gapic-generator-java:current}
googleapis_commitish: 3b6f144d47b0a1d2115ab2445ec06e80cc324a44
googleapis_commitish: 26b136f724bf60e12dc21b26e1c48fb8a78fbf0f
# the libraries are ordered with respect to library name, which is
# java-{library.library_name} or java-{library.api-shortname} when
# library.library_name is not defined.
Expand Down

0 comments on commit a70dfc5

Please sign in to comment.