chore: upgrading minimal Go from 1.23 to 1.25.

This commit is contained in:
Houmgaor
2025-11-09 16:51:02 +01:00
parent 68b9cf48d1
commit e31a37e0f9
4 changed files with 6 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated minimum Go version requirement from 1.23 to 1.25
- Improved config handling
- Refactored logout flow to save all data before cleanup (prevents data loss race conditions)
- Unified save operation into single `saveAllCharacterData()` function with proper error handling