Is your feature request related to a problem? Please describe.
Yes. Warning appears:
WARNING: sonic/ast only supports (go1.17~1.26 and amd64 CPU) or (go1.20~1.26 and arm64 CPU), but your environment is not suitable and will fallback to encoding/json
my go version is go1.27rc1
Describe the solution you'd like
implement same fix as in #563
aka bump supported version
Describe alternatives you've considered
Be able to ignore this warning anyway and proceed with "unsupported" version
Additional context
All of the above
Is your feature request related to a problem? Please describe.
Yes. Warning appears:
my go version is
go1.27rc1Describe the solution you'd like
implement same fix as in #563
aka bump supported version
Describe alternatives you've considered
Be able to ignore this warning anyway and proceed with "unsupported" version
Additional context
All of the above