Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 17:55
· 13 commits to master since this release
fix: upgrade Go from 1.22 to 1.23 to fix runtime scheduler crash

Go 1.22.12 has a known runtime bug in pidleget/findRunnable that causes
a segfault on index out of range inside the scheduler. Upgrade to 1.23
which does not have this issue.