Skip to content

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

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

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

Conversation

Copilot AI commented Jul 29, 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: 90692732482
Job URL: https://github.com/github/gh-aw/actions/runs/30486305113/job/90692732482

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan July 29, 2026 20:40
@pelikhan
pelikhan marked this pull request as ready for review July 29, 2026 20:47
Copilot AI review requested due to automatic review settings July 29, 2026 20:47
@pelikhan
pelikhan merged commit 35c8d3c into main Jul 29, 2026
5 checks passed
@pelikhan
pelikhan deleted the copilot/fix-lint-go-job branch July 29, 2026 20:47

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 the lint-go failure caused by testifylint rejecting exact float comparison.

Changes:

  • Replaces assert.Equal with assert.InDelta.
  • Preserves exact zero comparison using zero tolerance.
Show a summary per file
File Description
pkg/cli/forecast_compliance_fixtures_formal_test.go Uses the lint-compliant float assertion.

Review details

Tip

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

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

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.0

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