Release 10.28.0
What's Changed
- Update workflow.yml to support 2 most recent major versions by @nodivbyzero in https://github.com/go-playground/validator/pull/1417
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1456
- Go 1.25 support by @nodivbyzero in https://github.com/go-playground/validator/pull/1459
- Bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.10 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1463
- Bump golang.org/x/text from 0.22.0 to 0.29.0 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1464
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1465
- Bump golang.org/x/crypto from 0.33.0 to 0.42.0 by @dependabot[bot] in https://github.com/go-playground/validator/pull/1467
- fix: should panic when define duplicate field param in
required_ifby @duyquang6 in https://github.com/go-playground/validator/pull/1468 - Fixed missing keys from returned errors in map validation by @gelozr in https://github.com/go-playground/validator/pull/1284
- Added https_url tag by @ahmedkamalio in https://github.com/go-playground/validator/pull/1461