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
feat: update Go to 1.25.6 and fix Claude Code installer execution on noexec /tmp filesystems
- Update GO_VERSION from 1.25.5 to 1.25.6
- Update SHA256 checksums for Go downloads (linux_amd64 and linux_arm64)
- Change downloadInstaller() to use /var/tmp instead of /tmp to avoid noexec mount restrictions
- Add fallback to os.TempDir() if /var/tmp doesn't exist
- Fix installer permissions when running as root for another user (chmod 0755 before su execution)
- Add comments explaining noexec workaround an
0 commit comments