I noticed this when writing up an issue in actions/setup-go#82
Reproduced on:
(running on macOS, installed through Homebrew)
These work fine: gimme resolves a version, prints, and terminates:
gimme --resolve 1.x
1.15.3
gimme --resolve 1.15
1.15
gimme --resolve stable
1.15.3
However, trying any of the ones below, gimme hangs, and requires me to terminate with ^C:
gimme --resolve 1
1
^C
gimme --resolve go1.15
go1.15
^C
gimme --resolve master
master
^C
Definitely not a high priority issue, but I thought I'd report
I noticed this when writing up an issue in actions/setup-go#82
Reproduced on:
(running on macOS, installed through Homebrew)
These work fine:
gimmeresolves a version, prints, and terminates:However, trying any of the ones below,
gimmehangs, and requires me to terminate with^C:Definitely not a high priority issue, but I thought I'd report