Skip to content

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

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

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

Conversation

CopilotAI commented Aug 19, 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: 96239800742
Job URL: https://github.com/github/gh-aw/actions/runs/32306107770/job/96239800742

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI requested a review from pelikhanAugust 19, 2026 22:57
@pelikhan
pelikhan marked this pull request as ready for review August 19, 2026 23:46
CopilotAI balanced review requested due to automatic review settings August 19, 2026 23:46
@pelikhan
pelikhan merged commit bf3481b into mainAug 19, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/fix-lint-go-job branch August 19, 2026 23:47

CopilotAI 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 the lint-go failure caused by testifylint requiring ErrorIs assertions.

Changes:

  • Replaces errors.Is assertions with require.ErrorIs.
  • Removes the unused errors import.
Show a summary per file
FileDescription
pkg/intent/governance_formal_test.goUpdates error assertions to satisfy testifylint.

Review details

💡 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.87.2

Sign up for freeto 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

@pelikhan