• v0.0.5 280f920410

    fix: skip timeout tests under race detector (upstream gin-contrib/timeout data race)
    All checks were successful
    Security Scan / security (push) Successful in 13s
    Test / test (push) Successful in 3m54s

    Ghost released this 2026-02-23 08:05:16 +00:00 | 1 commits to main since this release

    gin-contrib/timeout@v1.1.0 has a known data race on Context.index between
    the timeout goroutine and the handler goroutine. Use build-tag conditional
    compilation to detect -race and skip affected tests.

    Co-Authored-By: Virgil virgil@lethean.io

    Downloads