Go linker generates relatively big binaries due to static linkage. For some cases binary size is becoming an issue. 100+ MB binaries aren't uncommon in Go universe.
If you want to run them in an environment which reduces payload size (i.e. AWS Lambda) you really do, I'm afraid. This is possibly great news for Go users on AWS :)