About every 6 months (e.g. 1.22 to 1.23), golang is very compatible, and basically everything after 1.16 can be compatible with subsequent versions.
So, if you use 1.23 to develop your project now, you won’t have a problem compiling with 1.24 in the future.
Thank you for replying.
Actually, we realized that we are still using v1.16 in our project.
So we need to upgrade to 1.23 or 124.
Our initial plan is to upgrade to 1.23, but we will change to upgrade to 1.24 since this is just released.
We feel relieved by this sentence.
after 1.16 can be compatible with subsequent versions.