Open aka-mj opened 1 year ago
I had a similar issue, but with a slightly different error message
panic: no concrete method: func (encoding/asn1.ObjectIdentifier).Equal(other encoding/asn1.ObjectIdentifier) bool
also running gokark v0.5.1 with go 1.20
For me it was:
panic: no concrete method: func (*crypto/x509.Certificate).CheckCRLSignature(crl *crypto/x509/pkix.CertificateList) error
On versions:
$ gokart version
v0.5.1
$ go version
go version go1.20 linux/amd64
(pasting here for SEO)
panic: no concrete method: func (net/http/httptrace.ClientTrace).compose(old net/http/httptrace.ClientTrace)
After updating to Go 1.20 I get the following error: running gokart version 0.5.1.