Commit Graph

8 Commits

Author SHA1 Message Date
lukaszraczylo 0a47ea7e2a fixup! Cleanup, signing and update of internals. 2025-12-15 00:35:54 +00:00
lukaszraczylo 100251b896 Cleanup, signing and update of internals. 2025-12-15 00:32:53 +00:00
lukaszraczylo 29263dc8a2 gosec govulncheck runs (#1)
* gosec govulncheck runs

* Fix flaky TestRateLimiter_Matrix test

The test was failing due to two issues:
1. Test name generation used invalid character conversion (string(rune('0'+limit)))
   which produced non-printable characters for limits >= 10
2. Using 10ms windows with 100 requests caused race conditions - early requests
   would expire before all 100 were made, allowing the 101st request

Changed to use struct-based test cases with proper fmt.Sprintf naming and
a consistent 1-second window that won't expire during rapid test execution.
2025-12-09 01:07:16 +00:00
lukaszraczylo 8c022fa0d2 fixup! fixup! Move to casks. 2025-12-07 15:53:46 +00:00
lukaszraczylo 99f215cb7c Move build and release to shared workflow 2025-12-07 13:33:46 +00:00
lukaszraczylo 8272bf1ebd Fix the github actions. 2025-11-28 14:28:54 +00:00
lukaszraczylo 9c1c1eb9c6 Create CNAME 2025-11-28 14:16:24 +00:00
lukaszraczylo 22552aec99 Initial commit. 2025-11-28 12:57:23 +00:00