On Mon, Nov 18, 2019 at 10:13 AM 'Pier-Hugues Pellerin' via golang-nuts <golang-nuts@googlegroups.com> wrote: > > I've been trying to find information about how the Go team deals with EOL of > a specific platform. > I am working on products that currently support Windows 7 and were users will > not move quickly out of the > platform. > > Since the EOL of Windows 7 (and Windows Server 2008) is scheduled for January > 14, 2020, I would like to know if there is any > plan to remove that platform and if so is there a target version for that > removal? > > I've looked at the Github tracker, but I haven't found anything related to > that.
Our general policy is that Go stops supporting a platform when the vendor stops providing security patches for the platform. We don't actively break old platforms, but we stop testing against them, and we stop rejecting changes that break them, and so they do tend to break in newer versions of Go. I don't think we've discussed when we will stop supporting Windows 7. If you want to stick to an old platform, it's probably best to not upgrade to newer versions of Go. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAOyqgcXt%3DLPS%3DnO_C6UJYH-%2B8BZ6R2P2JJW4ySJucwQ0M_iX8g%40mail.gmail.com.