Skip to content

chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.1.6 to 2.7.2 in /tools/golangci-lint#6603

Merged
ti-chi-bot[bot] merged 1 commit intomainfrom
dependabot/go_modules/tools/golangci-lint/github.com/golangci/golangci-lint/v2-2.7.2
Dec 19, 2025
Merged

chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.1.6 to 2.7.2 in /tools/golangci-lint#6603
ti-chi-bot[bot] merged 1 commit intomainfrom
dependabot/go_modules/tools/golangci-lint/github.com/golangci/golangci-lint/v2-2.7.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps github.com/golangci/golangci-lint/v2 from 2.1.6 to 2.7.2.

Release notes

Sourced from github.com/golangci/golangci-lint/v2's releases.

v2.7.2

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • ceaf3c0cea244c3daaafad6711a9764e0d7fe2e7 build(deps): bump github.com/securego/gosec/v2 from 2.22.10 to daccba6b93d7 (#6238)
  • 031b1081c61e4d4bd9a17cfb9e2f79432c3b7858 build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#6240)

v2.7.1

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • c5e3dec4c425d1c1fc79043a7c72509138c3f6c4 modernize: disable stringscut analyzer (#6233)

v2.7.0

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • cfbf62e79a9c6d9a76e2f63bf77050dca2df628e build(deps): bump github.com/MirrexOne/unqueryvet from 1.2.1 to 1.3.0 (#6177)
  • c7c1cb69f9b3e67a276cb572d8acd51f2f531198 build(deps): bump github.com/catenacyber/perfsprint from 0.10.0 to 0.10.1 (#6196)
  • 115d5961370a11d57e141a857273fd88ee77ce21 build(deps): bump github.com/godoc-lint/godoc-lint from 0.10.1 to 0.10.2 (#6228)
  • 0212d7c8deac16c2f1a48e0b1e1d5a282dee15f4 build(deps): bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 (#6222)
  • 3a046315754a6083e89e8f30d3507c1542e0b685 build(deps): bump github.com/mgechev/revive from 1.12.0 to 1.13.0 (#6195)
  • 23f63fd71c12c3e27dcbcd3b6819eb33e3e5714a build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.10 to 4.25.11 (#6229)
  • de3c6c7393ba4482d3f2baca06390eee3a2e0765 build(deps): bump github.com/stbenjam/no-sprintf-host-port from 0.2.0 to 0.3.1 (#6162)
  • 0014498f1fc3e1f056a29ea8c08a14a8f4a1b903 build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.11.0 to 2.12.0 (#6221)
  • ee422dd0edb350b9fc0cebcad310182ca34cd23f build(deps): bump golang.org/x/mod from 0.29.0 to 0.30.0 (#6197)
  • 2c9d09be75377a164aec2e16b9945aaef05b9437 build(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 (#6194)
  • 9da4c1d438208ed19acdf22d136b93ad9f2701b0 build(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0 (#6193)
  • 9a9fd5b1d9fd89b914d8bb0003350d73bd6c76ee build(deps): bump the github-actions group with 2 updates (#6211)
  • db0d9093b100a21b8e4aee25fc785e8bcc7df1c6 feat: add some flags to the custom command (#6184)
  • 101ccaca0df22b2e36dd917ed5d0be423baa6298 fix: clone args used by custom command (#6206)

... (truncated)

Changelog

Sourced from github.com/golangci/golangci-lint/v2's changelog.

v2.7.2

Released on 2025-12-07

  1. Linter bug fixes
    • gosec: from 2.22.10 to daccba6b93d7

v2.7.1

Released on 2025-12-04

  1. Linter bug fixes
    • modernize: disable stringscut analyzer

v2.7.0

Released on 2025-12-03

  1. Bug fixes
    • fix: clone args used by custom command
  2. Linters new features or changes
    • no-sprintf-host-port: from 0.2.0 to 0.3.1 (ignore string literals without a colon)
    • unqueryvet: from 1.2.1 to 1.3.0 (handles const and var declarations)
    • revive: from 1.12.0 to 1.13.0 (new option: enable-default-rules, new rules: forbidden-call-in-wg-go, unnecessary-if, inefficient-map-lookup)
    • modernize: from 0.38.0 to 0.39.0 (new analyzers: plusbuild, stringscut)
  3. Linters bug fixes
    • perfsprint: from 0.10.0 to 0.10.1
    • wrapcheck: from 2.11.0 to 2.12.0
    • godoc-lint: from 0.10.1 to 0.10.2
  4. Misc.
    • Add some flags to the custom command
  5. Documentation
    • docs: split changelog v1 and v2

v2.6.2

Released on 2025-11-14

  1. Bug fixes
    • fmt command with symlinks
    • use file depending on build configuration to invalidate cache
  2. Linters bug fixes
    • testableexamples: from 1.0.0 to 1.0.1
    • testpackage: from 1.1.1 to 1.1.2

v2.6.1

Released on 2025-11-04

  1. Linters bug fixes

... (truncated)

Commits
  • 9f61b0f chore: prepare release
  • 031b108 build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#6240)
  • ceaf3c0 build(deps): bump github.com/securego/gosec/v2 from 2.22.10 to daccba6b93d7 (...
  • 0197688 docs: add thanks to the creator of golangci-lint (#6239)
  • 5de45da docs: update GitHub Action assets (#6235)
  • a4b55eb chore: prepare release
  • c5e3dec modernize: disable stringscut analyzer (#6233)
  • 284a5f3 docs: add missing release date
  • f6a449f docs: update documentation assets (#6230)
  • 84729b8 docs: update GitHub Action assets (#6231)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 15, 2025
@ti-chi-bot ti-chi-bot bot requested review from howardlau1999 and shonge December 15, 2025 04:01
@github-actions github-actions bot added the v2 for operator v2 label Dec 15, 2025
@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Dec 15, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@ti-chi-bot ti-chi-bot bot added the size/XXL label Dec 15, 2025
@github-actions github-actions bot marked this pull request as draft December 15, 2025 04:06
@github-actions
Copy link
Copy Markdown

/ok-to-test

@github-actions
Copy link
Copy Markdown

/test ready-for-review

@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Dec 15, 2025

@github-actions[bot]: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

Details

In response to this:

/ok-to-test

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Dec 15, 2025

@github-actions[bot]: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

Details

In response to this:

/test ready-for-review

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@liubog2008
Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@liubog2008
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) from 2.1.6 to 2.7.2.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v2.1.6...v2.7.2)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint/v2
  dependency-version: 2.7.2
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/golangci-lint/github.com/golangci/golangci-lint/v2-2.7.2 branch from db3fcee to 0e2fb9a Compare December 19, 2025 00:47
@github-actions
Copy link
Copy Markdown

/test ready-for-review

@ti-chi-bot ti-chi-bot marked this pull request as ready for review December 19, 2025 00:52
@liubog2008
Copy link
Copy Markdown
Member

/lgtm

@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Dec 19, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: liubog2008

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added the lgtm label Dec 19, 2025
@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Dec 19, 2025

[LGTM Timeline notifier]

Timeline:

  • 2025-12-19 00:53:32.613585868 +0000 UTC m=+1779957.427363440: ☑️ agreed by liubog2008.

@ti-chi-bot ti-chi-bot bot added the approved label Dec 19, 2025
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.21%. Comparing base (55c4be3) to head (0e2fb9a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6603   +/-   ##
=======================================
  Coverage   41.21%   41.21%           
=======================================
  Files         350      350           
  Lines       20174    20174           
=======================================
  Hits         8314     8314           
  Misses      11860    11860           
Flag Coverage Δ
unittest 41.21% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ti-chi-bot ti-chi-bot bot merged commit e8be971 into main Dec 19, 2025
12 of 16 checks passed
@ti-chi-bot ti-chi-bot bot deleted the dependabot/go_modules/tools/golangci-lint/github.com/golangci/golangci-lint/v2-2.7.2 branch December 19, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved contribution dependencies Pull requests that update a dependency file go Pull requests that update go code lgtm ok-to-test size/XXL v2 for operator v2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants