ci: bump golangci-lint to v2.13.1 for Go 1.27 support - #775
Merged
Conversation
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
force-pushed
the
t3code/fix-failing-ci
branch
from
August 24, 2026 19:51
be19dd0 to
360866f
Compare
There was a problem hiding this comment.
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-lintversion used in the lint workflow tov2.13.1.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
rdimitrov
enabled auto-merge (squash)
August 25, 2026 13:34
mnm678
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing