Bump for @evict
## Test plan
CI passes with no complaints
## Changelog
- Bumped version of Go used to build to 1.22.4
<br> Backport bb178ba729 from #63124
Co-authored-by: Noah S-C <noah@sourcegraph.com>
This directory is the root of a separate go module from the primary module rooted at sourcegraph/sourcegraph. This module exists to hold code that we want to reuse outside of the sourcegraph/sourcegraph repo.
Code in this module should not import from sourcegraph/sourcegraph or from other Sourcegraph repositories to avoid complicated dependency relationships. Instead consider moving code from elsewhere into this module.