Hey! Thanks for maintaining this package!
We noticed that jsonschema@v0.7.8 declares go 1.26.2 in go.mod. Would it be possible to lower this to go 1.26.0? In Go 1.21+, go mod tidy propagates the go directive from dependencies upward, forcing all consumers to bump their minimum Go version to 1.26.2 — even if they're managing their toolchain separately via the toolchain directive.
This is happening for both: github.com/kaptinlin/jsonschema and github.com/kaptinlin/go-i18n.
Hey! Thanks for maintaining this package!
We noticed that
jsonschema@v0.7.8declaresgo 1.26.2ingo.mod. Would it be possible to lower this togo 1.26.0? In Go 1.21+,go mod tidypropagates thegodirective from dependencies upward, forcing all consumers to bump their minimum Go version to1.26.2— even if they're managing their toolchain separately via the toolchain directive.This is happening for both:
github.com/kaptinlin/jsonschemaandgithub.com/kaptinlin/go-i18n.