Re: [go-nuts] Building application for windows server 2008 using go 1.13+

2020-07-30 Thread Maxim Via-Net
Ok, thanks, Alex I could persuade our PM's that we shouldn't support Windows Server 2008. В Вт, 28/07/2020 в 23:43 -0700, brainman пишет: > Hello Maixm, > > If you look at > > https://golang.org/doc/go1.13#windows > > page source, you will see that it says > > ``` > Windows > > > The Windows

Re: [go-nuts] Building application for windows server 2008 using go 1.13+

2020-07-28 Thread brainman
Hello Maixm, If you look at https://golang.org/doc/go1.13#windows page source, you will see that it says ``` Windows The Windows version specified by internally-linked Windows binaries is now Windows 7 rather than NT 4.0. This was already the minimum required version for Go, but can affect t