Org-mode source-code block

I can use org extension and it works nice except when trying to insert source code block like below

#+TITLE: typescript
#+DATE: 2017-05-29T02:10:27-03:00
#+PUBLISHDATE: 2017-05-29T02:10:27-03:00
#+DRAFT: nil
#+TAGS: cesco, nil
#+DESCRIPTION: Short description

| sdfds   | sdfsdfdsfsdf | jsdsddsfsd |
|---------+--------------+------------|
| dsfjsdf | jdfsdf       | sdkfsdfds  |
| dkfsdf  | dkjfsdf      | kdjfnsdf   |

* Testing :code:
  #+BEGIN_SRC go
  
  var cesco = 33
  
  #+END_SRC

** Some code in this one                    :code:
   #+BEGIN_SRC elisp
(defun some-function (foo)
  (message "hey") )
   #+END_SRC

It render the org table, but does not render the source block as a code tag

For future reference: Please don’t double post a GitHub issue and a forum post at the same time. It will not get you the answer faster, if anything it will get me slightly annoyed, as it means more work for me.