Add regression test for PR 15369 (#15379)

* Update go.uber.org/mock to v0.5.2.

* Regression test for #15369

* Changelog fragment

* Use SetActiveTestCleanup

* Remove logrus log level change
This commit is contained in:
Preston Van Loon
2025-06-04 12:30:31 -05:00
committed by GitHub
parent 8b9c161560
commit 182c18a7b2
6 changed files with 251 additions and 7 deletions

View File

@@ -4894,8 +4894,8 @@ def prysm_deps():
go_repository(
name = "org_uber_go_mock",
importpath = "go.uber.org/mock",
sum = "h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU=",
version = "v0.4.0",
sum = "h1:LbtPTcP8A5k9WPXj54PPPbjcI4Y6lhyOZXn+VS7wNko=",
version = "v0.5.2",
)
go_repository(
name = "org_uber_go_multierr",