Skip to content

fix: gofmt formatting in connection_pool_test.go#1993

Merged
lpcox merged 2 commits intotest/coverage-fetch-and-fix-schema-transformations-712e2cf0d0015c7afrom
copilot/67161682528-fix-github-actions-workflow-lint
Mar 16, 2026
Merged

fix: gofmt formatting in connection_pool_test.go#1993
lpcox merged 2 commits intotest/coverage-fetch-and-fix-schema-transformations-712e2cf0d0015c7afrom
copilot/67161682528-fix-github-actions-workflow-lint

Conversation

Copy link
Contributor

Copilot AI commented Mar 16, 2026

CI lint was failing because internal/launcher/connection_pool_test.go had extra alignment spaces before an inline comment, which gofmt does not permit.

Change

// Before
IdleTimeout: 1 * time.Hour,         // long — won't trigger idle cleanup

// After
IdleTimeout: 1 * time.Hour, // long — won't trigger idle cleanup
Original prompt

Fix the failing GitHub Actions workflow lint
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 67161682528
Job URL: https://github.com/github/gh-aw-mcpg/actions/runs/23123419039/job/67161682528


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Copilot AI changed the title [WIP] [67161682528] Fix failing GitHub Actions workflow lint fix: gofmt formatting in connection_pool_test.go Mar 16, 2026
Copilot AI requested a review from lpcox March 16, 2026 00:55
@lpcox lpcox marked this pull request as ready for review March 16, 2026 00:55
Copilot AI review requested due to automatic review settings March 16, 2026 00:55
@lpcox lpcox merged commit bd8282c into test/coverage-fetch-and-fix-schema-transformations-712e2cf0d0015c7a Mar 16, 2026
@lpcox lpcox deleted the copilot/67161682528-fix-github-actions-workflow-lint branch March 16, 2026 00:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants