Skip to content

update googleapis SHA used for golden files #16931

@parthea

Description

@parthea

We should use a newer commit for googleapis/googleapis in the repositories.bzl file below:

_commit_sha = "fae3e6e091418d6343902debaf545cfc8f32c3ff"
_maybe(
http_archive,
name = "com_google_googleapis",
strip_prefix = "googleapis-{}".format(_commit_sha),
urls = ["https://github.com/googleapis/googleapis/archive/{}.zip".format(_commit_sha)],
)

This is needed to update the CI environment to run tests against newer versions of protos for the 'golden' APIs

Metadata

Metadata

Assignees

Labels

priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions