Go executable larger than 1 MB

I am getting this error in 4th stage in Redis with go. How can I solve this, given that the large file is the executable that is generated from my .go files after I push.

@chimpanzee-310 have you read through Large files found - CodeCrafters? I think that contains instructions on how to handle these cases.

Hey @chimpanzee-310, since you’ve just started the Redis challenge, a quick workaround is to restart it.

Thanks guys these worked <3