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.

1 Like

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

1 Like

Thanks guys these worked <3

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.