You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking "gimme master" on a clean system, it fails with:
$ gimme masterI don't have any idea what to do with 'master'. (using download type 'auto')
Current Go master requires Go >= 1.20.6. The reason that it fails is that gimme first downloads 1.18, then tries to use that to build current master. make.bash fails (not visible in the output) and gimme gives up as shown above.
When invoking "gimme master" on a clean system, it fails with:
Current Go master requires Go >= 1.20.6. The reason that it fails is that gimme first downloads 1.18, then tries to use that to build current master.
make.bash
fails (not visible in the output) and gimme gives up as shown above.As a workaround, one can do:
The text was updated successfully, but these errors were encountered: