Skip to content

[WIP] Fix failing GitHub Actions job lint-go - #51444

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-lint-go-job
Aug 8, 2026
Merged

[WIP] Fix failing GitHub Actions job lint-go#51444
pelikhan merged 2 commits into
mainfrom
copilot/fix-lint-go-job

Conversation

Copilot AI commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Fix the failing GitHub Actions job "lint-go"
Analyze the Actions logs, identify the root cause of the failure, and implement a fix.
Check run ID: 93139468098
Job URL: https://github.com/github/gh-aw/actions/runs/31271931598/job/93139468098

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan August 8, 2026 18:50
@pelikhan
pelikhan marked this pull request as ready for review August 8, 2026 19:14
Copilot AI balanced review requested due to automatic review settings August 8, 2026 19:14
@pelikhan
pelikhan merged commit 8bdc40d into main Aug 8, 2026
@pelikhan
pelikhan deleted the copilot/fix-lint-go-job branch August 8, 2026 19:14

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

Fixes testifylint failures by using fatal require assertions for error checks.

Changes:

  • Adds the Testify require import.
  • Replaces assert.Error/NoError variants with require equivalents.
Show a summary per file
File Description
pkg/parser/import_schema_validation_input_type_test.go Updates error assertions to satisfy Go linting.

Review details

Tip

Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.86.2

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