Closed aofarrel closed 3 years ago
I probably should switch to use go modules so this can't happen.
But your build error is looking for master
when they are now using main
. So I think you can just delete the repo from your machine and retry (then you'll likely get the same error).
I just pushed a fix for this. contributions changing goleft to use go modules would be much appreciated.
Please close this if I'm misdiagnosing the issue, but it seems that goleft can't be built from the source anymore.
I first noticed this today when I tried to build a docker container which pulls from goleft. Last month it worked fine. This month, it fails to build.
After some debugging I realized that I also cannot build from source, but it throws a different error, making me think that a prequiste to your code might have been changed somewhere in the past month or so?
Building without the update flag doesn't seem to be working either...