dashpay / tenderdash

⟁ Tenderdash Core (SBFT Consensus) in Go
https://www.dashpay.org
Other
15 stars 14 forks source link

build(deps): go-deadlock to 0.3.5 to fix false positives #906

Closed lklimek closed 2 weeks ago

lklimek commented 2 weeks ago

Issue being fixed or feature implemented

go-deadlock is broken with go 1.23: https://github.com/sasha-s/go-deadlock/issues/34, what causes false positives.

What was done?

Updated go-deadlock to v0.3.5

How Has This Been Tested?

GHA

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only