Re: [discuss] upgrade golang to 1.18

2022-06-13 Thread Zikuan An
Good advice, this will give a relatively big boost to Apache DevLake. > 2022年6月8日 17:54,Klesh Wong 写道: > > Hi, All, > > > Since golang 1.18 had been released for a while, I'm wondering if we should > switch to it from 1.17. The reason why I propose this upgrade is due to the > fact we have

回复: [discuss] upgrade golang to 1.18

2022-06-13 Thread Yanghui Lin
I think It's a good try. There isn't any breaking change in go 1.18 发件人: Klesh Wong 发送时间: 2022年6月8日 17:54 收件人: dev@devlake.apache.org 主题: [discuss] upgrade golang to 1.18 Hi, All, Since golang 1.18 had been released for a while, I'm wonderi

Re: [discuss] upgrade golang to 1.18

2022-06-08 Thread Yingchu Chen
Great proposal. When do we start? 获取 Outlook for iOS<https://aka.ms/o0ukef> 发件人: Klesh Wong 发送时间: Wednesday, June 8, 2022 5:54:55 PM 收件人: dev@devlake.apache.org 主题: [discuss] upgrade golang to 1.18 Hi, All, Since golang 1.18 had been released for a

[discuss] upgrade golang to 1.18

2022-06-08 Thread Klesh Wong
Hi, All,  Since golang 1.18 had been released for a while, I'm wondering if we should switch to it from 1.17. The reason why I propose this upgrade is due to the fact we have used many `reflect` inside our code base, and some of them could be replaced by `generic` feature introduced in golang