Currently, the tests GitHub workflow has a comment to switch to `GOMEMLIMIT` from `GOGC` once the project uses a greater version than Go 1.19 (https://github.com/etcd-io/bbolt/blob/master/.github/workflows/tests-template.yml#L45-L50). The current Go version is now 1.21, but the command was never updated to use `GOMEMLIMIT`.