Skip to content

Commit 83d85a8

Browse files
authored
revert the upgrade of googleapis (#3358)
1 parent 64b9226 commit 83d85a8

File tree

4 files changed

+8453
-14696
lines changed

4 files changed

+8453
-14696
lines changed

go/private/repositories.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,13 @@ def go_rules_dependencies(force = False):
247247
wrapper(
248248
http_archive,
249249
name = "go_googleapis",
250-
# master, as of 2022-11-21
250+
# master, as of 2022-09-10
251251
urls = [
252-
"https://mirror.bazel.build/github.com/googleapis/googleapis/archive/b6b751420f6b055d9445e81d35f90c0a2ee16b05.zip",
253-
"https://github.com/googleapis/googleapis/archive/b6b751420f6b055d9445e81d35f90c0a2ee16b05.zip",
252+
"https://mirror.bazel.build/github.com/googleapis/googleapis/archive/8167badf3ce86086c69db2942a8995bb2de56c51.zip",
253+
"https://github.com/googleapis/googleapis/archive/8167badf3ce86086c69db2942a8995bb2de56c51.zip",
254254
],
255-
sha256 = "9b6ed7278a1a82746be257d9d7e8289d6a480571dc22afd89073f3045fad0b46",
256-
strip_prefix = "googleapis-b6b751420f6b055d9445e81d35f90c0a2ee16b05",
255+
sha256 = "b97d75f1c937ed2235c501fafc475f51a3280d26f9410831686fdfd1b4f612f9",
256+
strip_prefix = "googleapis-8167badf3ce86086c69db2942a8995bb2de56c51",
257257
patches = [
258258
# releaser:patch-cmd find . -name BUILD.bazel -delete
259259
Label("//third_party:go_googleapis-deletebuild.patch"),

0 commit comments

Comments
 (0)