Gin is currently using an unmaintained yaml package. https://github.com/go-yaml/yaml/tree/v3 it has been archived after a long period of no development and because of that this should migrate to another yaml package that is being mantained such as https://github.com/goccy/go-yaml.
Comment From: Victor-Elkins
From what I can tell this go-yaml is a fork of yaml.v3 and is being actively maintained and should have backwards compatibility with yaml.v3 it's just a matter of an actual migration.
Comment From: milhamsuryapratama
helo @Victor-Elkins is this issue urgent ?
Comment From: Victor-Elkins
@milhamsuryapratama To some degree, yes.