I remember someone on this site pointed out that GC-languages is inherently unsafe.
One example is Ruby, it’s a language with GC, so it should be safe. But it’s written in a unsafe language (C), therefore Ruby is unsafe.
Personally, I don’t know if I agree with that and if that logic can be applied to Go aswell.