You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem comes from the fact that zipkin-go-opentracing has broken backward compatibility somewhere between v0.3.5 and v0.4.5 and for some reason (not a go module expert), the go module system is taking the v0.4.5 when cockroach uses the v0.3.5.
Describe the problem
I want to use go mod to refer to cockroach, but it failed. The error message is
To Reproduce
I tried to quote the cockroach package, this is part of my go mod file:
The text was updated successfully, but these errors were encountered: