go-micro 启动报错

micro new myservice
panic: qtls.ClientSessionState not compatible with tls.ClientSessionState

goroutine 1 [running]:
github.com/lucas-clemente/quic-go/internal/handshake.init.0()
    /go/src/github.com/lucas-clemente/quic-go/internal/handshake/unsafe.go:20 +0x113

解决方法: 安装 go1.12 版本。

    原文作者:Donne
    原文地址: https://segmentfault.com/a/1190000020124701
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞