Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

fix(ci): resolve golangci-lint Go target mismatch#16

Merged
devzucca merged 1 commit intomainfrom
dev
Mar 19, 2026
Merged

fix(ci): resolve golangci-lint Go target mismatch#16
devzucca merged 1 commit intomainfrom
dev

Conversation

@devzucca
Copy link
Copy Markdown
Owner

Fix

  • updates cli/.golangci.yaml target Go version from 1.25 to 1.24 for compatibility with golangci-lint v1.64.8 binary used in GitHub Actions

Root cause

  • Actions lint step failed with: \ he Go language version (go1.24) used to build golangci-lint is lower than the targeted Go version (1.25)\

Validation

  • local golangci-lint v1.64.8: PASS
  • local CLI tests: PASS

Copilot AI review requested due to automatic review settings March 19, 2026 16:01
@devzucca devzucca merged commit b8a7c08 into main Mar 19, 2026
13 of 15 checks passed
Copy link
Copy Markdown

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.

Pull request overview

Adjusts the CLI’s golangci-lint configuration to avoid CI failures caused by a mismatch between the Go version targeted by the linter config and the Go version used to build the golangci-lint binary in GitHub Actions.

Changes:

  • Update cli/.golangci.yaml run.go target from Go 1.25 to Go 1.24.

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

Comment thread cli/.golangci.yaml
@@ -1,5 +1,5 @@
run:
go: "1.25"
go: "1.24"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants