Skip to content

Bump github.com/basecamp/cli for the keyring probe race fix - #661

Merged
jeremy merged 3 commits into
mainfrom
bump-cli-credstore-fix
Aug 28, 2026
Merged

Bump github.com/basecamp/cli for the keyring probe race fix#661
jeremy merged 3 commits into
mainfrom
bump-cli-credstore-fix

Conversation

@jeremy

@jeremy jeremy commented Aug 28, 2026

Copy link
Copy Markdown
Member

Bumps the github.com/basecamp/cli pin to 844e9f9, picking up basecamp/cli#69.

Root cause: two concurrent CLI processes racing the keychain availability probe — the loser saw its probe write missing and misread the lost race as an unavailable keyring, so auth failed intermittently with "credentials not found" (reproduced 199/200 under two concurrent basecamp me -j loops).

go mod tidy raises the go directive to 1.26.7 to match the dependency and collapses the now-redundant toolchain line.


Summary by cubic

Bumps github.com/basecamp/cli to pick up a fix for a keyring probe race that caused intermittent auth failures with "credentials not found" under concurrent CLI processes.

  • go mod tidy raises the go directive to 1.26.7 and collapses the redundant toolchain line.
  • Advances flake.lock so Nix builds get Go 1.26.7 and recomputes vendorHash.
  • Docs now require Go 1.26.7+; lowering the go.mod line no longer builds with older patch releases.

Written for commit f1f7cfe. Summary will update on new commits.

Review in cubic

Pulls in basecamp/cli#69: concurrent CLI processes could lose the
keychain probe-write race and misread the lost write as an unavailable
keyring, failing auth with credentials-not-found. go mod tidy raises the
go directive to 1.26.7 to match the dependency.
Copilot AI balanced review requested due to automatic review settings August 28, 2026 03:31
@github-actions github-actions Bot added the deps label Aug 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps github.com/basecamp/cli to include the concurrent keyring probe race fix.

Changes:

  • Updates the dependency and checksums.
  • Raises the minimum Go version to 1.26.7.
  • Nix’s locked Go 1.26.5 must also be updated.

Tip

If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates the CLI dependency and Go requirement.
go.sum Updates dependency checksums.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread go.mod

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0b59bbf008

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread go.mod
Comment thread go.mod
Comment thread go.mod
The cli bump raises go.mod's directive to 1.26.7, but flake.lock still
pinned a nixpkgs whose go_1_26 was 1.26.5, so the Nix flake could not
build. Advance nixpkgs to a revision carrying 1.26.7 and recompute
vendorHash for the changed go.sum; verified via make update-nix-hash.
Copilot AI review requested due to automatic review settings August 28, 2026 03:37
The pinned github.com/basecamp/cli module requires Go 1.26.7, so
lowering go.mod's go line can no longer make an older patch release
build.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 6 changed files in this pull request and generated no new comments.

@jeremy
jeremy merged commit fdf2018 into main Aug 28, 2026
34 checks passed
@jeremy
jeremy deleted the bump-cli-credstore-fix branch August 28, 2026 03:40

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f1f7cfeb8c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread go.mod
go 1.26.5

toolchain go1.26.7
go 1.26.7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the remaining Go requirement

For contributors or agents relying on the repository instructions, the root AGENTS.md still advertises Go 1.26+ even though this directive now rejects Go 1.26.0–1.26.6 when automatic toolchain switching is unavailable. The final tree updates CONTRIBUTING.md and install.md, but that newly documented 1.26.7 floor remains inconsistent here; update the root requirement as well.

AGENTS.md reference: AGENTS.md:L108-L108

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants