I personally love building CLI tools in Node, since I and my co-workers all have it installed. Nice synchronous STD lib for file manipulation and async/await makes for compact async code. If I worked in a Go shop I'd probably use Go, though.
But I guess the counter-downside to Go is that you need to compile different versions for different platforms; the binaries are not portable.