have SecureInbound(context.Context, net.Conn) (sec.SecureConn, error) want SecureInbound(context.Context, net.Conn) (sec.SecureConn, bool, error) ./tcp_test.go:69:4: cannot use makeInsecureTransport(t) (type *insecure.Transport) as type sec.SecureMuxer in field value: *insecure.Transport does not implement sec.SecureMuxer (wrong type for SecureInbound method) have SecureInbound(context.Context, net.Conn) (sec.SecureConn, error) want SecureInbound(context.Context, net.Conn) (sec.SecureConn, bool, error) FAIL gitlab.dms3.io/p2p/go-tcp-transport [build failed] Cleaning up file based variables ERROR: Job failed: exit status 1