Skip to content

chore(deps): update golangci/golangci-lint-action action to v9#65

Merged
timvw merged 5 commits intomainfrom
renovate/golangci-golangci-lint-action-9.x
Mar 19, 2026
Merged

chore(deps): update golangci/golangci-lint-action action to v9#65
timvw merged 5 commits intomainfrom
renovate/golangci-golangci-lint-action-9.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Type Update Change
golangci/golangci-lint-action action major v4v9

Release Notes

golangci/golangci-lint-action (golangci/golangci-lint-action)

v9

Compare Source

v8

Compare Source

v7

Compare Source

v6

Compare Source

v5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

❌ Patch coverage is 2.00000% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 24.21%. Comparing base (41d262e) to head (cd01a30).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
e2e/run.go 0.00% 48 Missing ⚠️
main.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
+ Coverage   24.12%   24.21%   +0.08%     
==========================================
  Files           7        7              
  Lines        2292     2292              
==========================================
+ Hits          553      555       +2     
+ Misses       1682     1681       -1     
+ Partials       57       56       -1     
Files with missing lines Coverage Δ
init.go 42.18% <100.00%> (ø)
main.go 28.40% <0.00%> (+0.15%) ⬆️
e2e/run.go 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-action-9.x branch 6 times, most recently from 2acd932 to 6378f89 Compare March 16, 2026 13:54
@renovate renovate bot force-pushed the renovate/golangci-golangci-lint-action-9.x branch from 6378f89 to 0ec2203 Compare March 19, 2026 13:47
timvw added 4 commits March 19, 2026 14:54
golangci-lint-action v9 installs golangci-lint v2 which requires
a new config format with version field, moved gofmt to formatters,
merged gosimple into staticcheck, and restructured exclusion rules.
typecheck is built-in in golangci-lint v2 and cannot be explicitly
enabled/disabled.
- Check Close() error returns (errcheck)
- Use fmt.Fprintf instead of WriteString(fmt.Sprintf(...)) (staticcheck QF1012)
Fix all remaining QF1012 staticcheck violations and fix syntax errors
from extra closing parens in PowerShell script generation.
@timvw timvw merged commit fd510af into main Mar 19, 2026
9 checks passed
@timvw timvw deleted the renovate/golangci-golangci-lint-action-9.x branch March 19, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant