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
Currently, installing wayback from GoBinaries via curl -sf https://gobinaries.com/wabarc/ wayback/cmd/wayback | sh will get a failure message, because wayback required Go 1.16.x since version 0.11.0, but GoBinaries is still 1.15.x.
$ curl -sf https://gobinaries.com/wabarc/wayback/cmd/wayback | sh
==> Downloading github.com/wabarc/wayback/cmd/wayback@master
==> Resolved version master to v0.12.1
==> Downloading binary for linux amd64
Error downloading, got 500 response from server
Currently, installing
wayback
from GoBinaries viacurl -sf https://gobinaries.com/wabarc/ wayback/cmd/wayback | sh
will get a failure message, becausewayback
required Go 1.16.x since version 0.11.0, but GoBinaries is still 1.15.x.Waiting tj/gobinaries#39
The text was updated successfully, but these errors were encountered: