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
- install.sh: send the GitHub token on the asset + checksums downloads (not just
API reads), so a PRIVATE-repo install actually works with GITHUB_TOKEN. curl
drops the auth header on the cross-host CDN redirect (default since 7.58), so
the token never leaks to storage. Verified end-to-end against the private
v0.1.0 release.
- README: note that the curl|sh one-liner needs a token while the repo is private
(accurate token-row wording) and add an Uninstall section (binary + alias
symlinks + XDG state).
- selfupdate: IsDevBuild now matches the git-describe shape via an anchored regex
instead of a bare "-g" substring, so valid release tags like v1.0.0-grpc.1 are
not misclassified as dev builds (+ test). extractBinary uses bytes.NewReader
instead of copying the whole archive through a string.
make ci + shellcheck green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments