When I can expect to have go1.24

Hi, I just joined this community due to business reasons.

I have a question upcoming go release schedule.

I saw the github that rc1.24 ver was in the production.

Do you have any specific timeline for the 1.24 stable version deploy?
Also do you have any plan to develop 1.25?

Thank you.

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.

2 Likes

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.

Thank you.

Does this help? All releases - The Go Programming Language