Skip to content

ci: update golangci-lint to v2.13.2 - #852

Merged
apstndb merged 3 commits into
mainfrom
ci/golangci-lint-v2.13.2
Aug 31, 2026
Merged

ci: update golangci-lint to v2.13.2#852
apstndb merged 3 commits into
mainfrom
ci/golangci-lint-v2.13.2

Conversation

@apstndb

@apstndb apstndb commented Aug 31, 2026

Copy link
Copy Markdown
Owner

Summary

CI continues to use the Go 1.25 toolchain, where golangci-lint v2.4 still works. Developers running the repository with Go 1.27 encounter a loader panic because v2.4 was built with an older Go version and cannot analyze Go 1.27 source. golangci-lint v2.13 added Go 1.27 support while remaining compatible with the CI toolchain.

Validation

  • golangci-lint v2.13.2 version check
  • golangci-lint fmt --diff .
  • golangci-lint run --timeout=5m
  • make check
  • workflow YAML parse
  • git diff --check origin/main...HEAD

@apstndb apstndb added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 31, 2026
@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown

Code Metrics Report

📊 View detailed coverage report (available for 7 days)

main (7b812c2) #852 (32d6f19) +/-
Coverage 74.2% 74.2% 0.0%
Code to Test Ratio 1:1.3 1:1.3 0.0
Test Execution Time 1m34s 1m55s +21s
Details
  |                     | main (7b812c2) | #852 (32d6f19) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          74.2% |          74.2% | 0.0% |
  |   Files             |             94 |             94 |    0 |
  |   Lines             |           8106 |           8106 |    0 |
  |   Covered           |           6018 |           6018 |    0 |
  | Code to Test Ratio  |          1:1.3 |          1:1.3 |  0.0 |
  |   Code              |          18902 |          18902 |    0 |
  |   Test              |          26439 |          26439 |    0 |
- | Test Execution Time |          1m34s |          1m55s | +21s |

Reported by octocov

@apstndb
apstndb merged commit bf30b1e into main Aug 31, 2026
8 checks passed
@apstndb
apstndb deleted the ci/golangci-lint-v2.13.2 branch August 31, 2026 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant