fix: complete geoip2-golang v2 migration

- Update import paths to github.com/oschwald/geoip2-golang/v2
- Handle API breaking changes (net.IP → netip.Addr, IsoCode → ISOCode)
- Fix VERSION.md to match git tag (0.7.13)
- Resolves CI failure in benchmark workflow
This commit is contained in:
GitHub Actions
2025-12-14 08:06:32 +00:00
parent 8489394bbc
commit 7f82df80b7
9 changed files with 1130 additions and 52 deletions

View File

@@ -1 +1 @@
0.7.9
0.7.13