Skip to content

Bump go version and dependencies#416

Merged
chombium merged 4 commits intocloudfoundry:mainfrom
jorbaum:bump-go-version
Feb 19, 2026
Merged

Bump go version and dependencies#416
chombium merged 4 commits intocloudfoundry:mainfrom
jorbaum:bump-go-version

Conversation

@jorbaum
Copy link
Contributor

@jorbaum jorbaum commented Feb 19, 2026

Also fixes a race condition that popped up after updating dependencies.

DISCLAIMER: Claude Opus 4.5 and GH Copilot extension implemented the fix for this race condition. I
reviewed and wrote the commit message.

The issue was:

* initWorkerPool() spawns worker goroutines and returns immediately
* Workers sends to `es` channel asynchronously
* `es` could be closed (by connectToStream) while workers were still sending

Fix: Use WaitGroup to ensure all workers complete before connect() returns,
so `es` won't be closed while workers are still active.

DISCLAIMER: Claude Opus 4.5 and GH Copilot extension implemented this. I
reviewed and wrote the commit message.
@jorbaum jorbaum marked this pull request as ready for review February 19, 2026 12:43
@github-project-automation github-project-automation bot moved this from Inbox to Pending Merge | Prioritized in Application Runtime Platform Working Group Feb 19, 2026
@chombium chombium merged commit 765a695 into cloudfoundry:main Feb 19, 2026
4 checks passed
@github-project-automation github-project-automation bot moved this from Pending Merge | Prioritized to Done in Application Runtime Platform Working Group Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants