Skip to content

go: Update module go.uber.org/goleak to v1.3.0

This MR contains the following updates:

Package Type Update Change
go.uber.org/goleak require minor v1.2.1 -> v1.3.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

uber-go/goleak

v1.3.0

Compare Source

Fixed
  • Built-in ignores now match function names more accurately. They will no longer ignore stacks because of file names that look similar to function names. (#​112)
Added
  • Add an IgnoreAnyFunction option to ignore stack traces that have the provided function anywhere in the stack. (#​113)
  • Ignore testing.runFuzzing and testing.runFuzzTests alongside other already-ignored test functions (testing.RunTests, etc). (#​105)
Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports

Loading