* feat: update dependencies and improve mention detection
- upgrade Go version in go.mod to 1.23 and specify toolchain
- update several dependencies to their latest versions
- change mention detection to use regular expressions for better accuracy
- add tests for mention detection to verify correctness
* feat: upgrade version
chore(.github/workflows): upgrade actions/setup-go from version 4 to version 5 for all release workflows (linux, mac, and windows). This update provides the latest features and improvements of the setup-go action.