There are a number of Lisp interpreters written in Go [0-3]. There is a Lua interpreter [4]. The only compiled language I know is Gisp [5] by jcla1. I also built on top of Gisp with Gsp [6] to provide wrappers to the Go stdlib and support more standard lisp functionality.
However, Kashimir is the first statically typed language implemented in Go that I have seen. The rest are dynamically typed.
[0] GLISP - https://github.com/zhemao/glisp
[1] golisp - https://github.com/SteelSeries/golisp
[2] go-lisp - https://github.com/janne/go-lisp
[3] Kakapo - https://github.com/bytbox/kakapo
[4] Golua - https://github.com/akavel/goluago
[5] Gisp - https://github.com/jcla1/gisp
[6] Gsp - https://github.com/gsp-lang/gsp