Skip to content

ci: bump golangci-lint to v2.13.1 for Go 1.27 support - #775

Merged
rdimitrov merged 1 commit into
masterfrom
t3code/fix-failing-ci
Aug 26, 2026
Merged

ci: bump golangci-lint to v2.13.1 for Go 1.27 support#775
rdimitrov merged 1 commit into
masterfrom
t3code/fix-failing-ci

Conversation

@rdimitrov

Copy link
Copy Markdown
Contributor

Summary

  • Update the linting workflow to use golangci-lint v2.13.1.
  • Add Go 1.27 compatibility for CI lint checks.

Testing

  • Not run (CI workflow configuration change).

@rdimitrov
rdimitrov requested a review from a team as a code owner August 24, 2026 19:50
Copilot AI lite review requested due to automatic review settings August 24, 2026 19:50
The lint job pinned golangci-lint v2.11.4, which is built with go1.26.1.
When actions/setup-go's 'stable' channel moved to Go 1.27.0, the linter
could no longer decode the standard library's export data ("export data
version 4 is greater than maximum supported version 2"), failing every
run with spurious typecheck errors.

v2.13.1 is built with go1.27.0. Verified locally under GOTOOLCHAIN=go1.27.0:
v2.11.4 fails, v2.13.1 reports 0 issues.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
@rdimitrov
rdimitrov force-pushed the t3code/fix-failing-ci branch from be19dd0 to 360866f Compare August 24, 2026 19:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Warning

Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.

Updates the GitHub Actions linting workflow to use a newer golangci-lint version, aiming to keep CI lint checks compatible with Go 1.27.

Changes:

  • Bump golangci-lint version used in the lint workflow to v2.13.1.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@rdimitrov
rdimitrov merged commit ae4739e into master Aug 26, 2026
26 checks passed
@rdimitrov
rdimitrov deleted the t3code/fix-failing-ci branch August 26, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants