Proposal: drop supporting for Go 1.15 #391
AsterDY
announced in
Announcements
Replies: 2 comments 1 reply
-
Support!!! |
Beta Was this translation helpful? Give feedback.
1 reply
-
支持 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since new versions of Go have got significant improvements like
template generic
(Go 1.18),register-based ABI
(Go 1.17) , we found that less and less online applications are still using Go 1.15. On the other hand, keeping backward compatible with old versions of Go costs a lot of our energy, especially for developing version-related packages likesonic/loader
,coder/assembler
. Thus, we want to drop supporting for Go 1.15 in our next middle version -- v1.x.0. In my perspective of view, it won't hurt much to upgrade your application from Go 1.15 to higher version.Beta Was this translation helpful? Give feedback.
All reactions