Updated, but version stays the same
I update gith via go install github.com/a3chron/gith@latest, but nothing changes / version stays the same
Written By Kurt Schambach
Last updated 7 months ago
If you get any output when running
go install github.com/a3chron/gith@latest, you probably just discovered some other bug.
Consider opening an issue at Featurebase or GitHub.
Sometimes it takes some time for the go proxy server to recognize a new release, so it is possible that the latest release for the proxy server is still the old one.
In that case, just request a lookup for the specific version, for example v0.6.0 if this is the latest release:
go install github.com/a3chron/gith@v0.6.0You should now see the output:
go: downloading github.com/a3chron/gith v0.6.0You can check for the latest release on github or by simply running gith version check