Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
golangci-lint v1.64.8 was built with Go 1.24 and cannot lint Go 1.26 code. Upgrade to golangci-lint v2 (action v9.2.0) and migrate config to v2 format: - Remove gosimple (merged into staticcheck) and typecheck (removed) - Rename linters-settings to linters.settings - Replace disable-all with default: none - Move issues.exclude-dirs to linters.exclusions.paths Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v2 requires map format with explicit 'pattern' key instead of plain strings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configure staticcheck to exclude ST* (stylecheck) and QF* (quickfix) checks that were merged into staticcheck in v2 but not previously enabled. Add exclusion presets (std-error-handling, common-false-positives, legacy) and rules for remaining gosec codes (G101, G602, G706) to suppress pre-existing findings newly surfaced by stricter v2 linter versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace text-pattern exclusion rules for G101/G602/G706 with gosec's built-in excludes setting, which is the intended mechanism for disabling specific gosec checks. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
graza-io
approved these changes
Feb 27, 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
go.modtogo 1.26.0(toolchain directive removed as redundant)01-powerpipe-release,10-test-lint,11-test-acceptance) to use Go 1.26Test plan
🤖 Generated with Claude Code