This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [golangci/golangci-lint](https://github.com/golangci/golangci-lint) | minor | `v2.9.0` -> `v2.11.2` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the warning logs for more information.
---
### Release Notes
<details>
<summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
### [`v2.11.2`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2112)
[Compare Source](https://github.com/golangci/golangci-lint/compare/v2.11.1...v2.11.2)
*Released on 2026-03-07*
1. Fixes
- `fmt`: fix error when using the `fmt` command with explicit paths.
### [`v2.11.1`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2111)
[Compare Source](https://github.com/golangci/golangci-lint/compare/v2.11.0...v2.11.1)
*Released on 2026-03-06*
Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published.
This release contains the same things as v2.11.0.
### [`v2.11.0`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2110)
[Compare Source](https://github.com/golangci/golangci-lint/compare/v2.10.1...v2.11.0)
*Released on 2026-03-06*
1. Linters new features or changes
- `errcheck`: from 1.9.0 to 1.10.0 (exclude `crypto/rand.Read` by default)
- `gosec`: from 2.23.0 to 2.24.6 (new rules: `G113`, `G118`, `G119`, `G120`, `G121`, `G122`, `G123`, `G408`, `G707`)
- `noctx`: from 0.4.0 to 0.5.0 (new detection: `httptest.NewRequestWithContext`)
- `prealloc`: from 1.0.2 to 1.1.0
- `revive`: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved from `var-naming` to a new rule `package-naming`)
2. Linters bug fixes
- `gocognit`: from 1.2.0 to 1.2.1
- `gosec`: from 2.24.6 to 2.24.7
- `unqueryvet`: from 1.5.3 to 1.5.4
### [`v2.10.1`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2101)
[Compare Source](https://github.com/golangci/golangci-lint/compare/v2.10.0...v2.10.1)
*Released on 2026-02-17*
1. Fixes
- buildssa panic
### [`v2.10.0`](https://github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2100)
[Compare Source](https://github.com/golangci/golangci-lint/compare/v2.9.0...v2.10.0)
*Released on 2026-02-17*
1. Linters new features or changes
- `ginkgolinter`: from 0.22.0 to 0.23.0
- `gosec`: from 2.22.11 to 2.23.0 (new rules: `G117`, `G602`, `G701`, `G702`, `G703`, `G704`, `G705`, `G706`)
- `staticcheck`: from 0.6.1 to 0.7.0
2. Linters bug fixes
- `godoclint`: from 0.11.1 to 0.11.2
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dvbGFuZyJdfQ==-->
CSRBot
scheduled this pull request to auto merge when all checks succeed 2026-02-17 15:07:43 +01:00
CSRBot
changed title from chore(deps): update dependency golangci/golangci-lint to v2.10.0 to chore(deps): update dependency golangci/golangci-lint to v2.10.12026-02-17 18:07:31 +01:00
CSRBot
changed title from chore(deps): update dependency golangci/golangci-lint to v2.10.1 to chore(deps): update dependency golangci/golangci-lint to v2.11.02026-03-06 15:06:11 +01:00
CSRBot
changed title from chore(deps): update dependency golangci/golangci-lint to v2.11.0 to chore(deps): update dependency golangci/golangci-lint to v2.11.12026-03-06 18:09:19 +01:00
CSRBot
changed title from chore(deps): update dependency golangci/golangci-lint to v2.11.1 to chore(deps): update dependency golangci/golangci-lint to v2.11.22026-03-08 00:05:04 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v2.9.0->v2.11.2Release Notes
golangci/golangci-lint (golangci/golangci-lint)
v2.11.2Compare Source
Released on 2026-03-07
fmt: fix error when using thefmtcommand with explicit paths.v2.11.1Compare Source
Released on 2026-03-06
Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published.
This release contains the same things as v2.11.0.
v2.11.0Compare Source
Released on 2026-03-06
errcheck: from 1.9.0 to 1.10.0 (excludecrypto/rand.Readby default)gosec: from 2.23.0 to 2.24.6 (new rules:G113,G118,G119,G120,G121,G122,G123,G408,G707)noctx: from 0.4.0 to 0.5.0 (new detection:httptest.NewRequestWithContext)prealloc: from 1.0.2 to 1.1.0revive: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved fromvar-namingto a new rulepackage-naming)gocognit: from 1.2.0 to 1.2.1gosec: from 2.24.6 to 2.24.7unqueryvet: from 1.5.3 to 1.5.4v2.10.1Compare Source
Released on 2026-02-17
v2.10.0Compare Source
Released on 2026-02-17
ginkgolinter: from 0.22.0 to 0.23.0gosec: from 2.22.11 to 2.23.0 (new rules:G117,G602,G701,G702,G703,G704,G705,G706)staticcheck: from 0.6.1 to 0.7.0godoclint: from 0.11.1 to 0.11.2Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.
chore(deps): update dependency golangci/golangci-lint to v2.10.0to chore(deps): update dependency golangci/golangci-lint to v2.10.1ae689f4050to5af6412b6f5af6412b6fto6a8b18ed5a6a8b18ed5ato9ce14911299ce1491129to4d74a91ee24d74a91ee2to80e113367180e1133671to165bb2a5cfchore(deps): update dependency golangci/golangci-lint to v2.10.1to chore(deps): update dependency golangci/golangci-lint to v2.11.0chore(deps): update dependency golangci/golangci-lint to v2.11.0to chore(deps): update dependency golangci/golangci-lint to v2.11.1165bb2a5cftobefdec60c7chore(deps): update dependency golangci/golangci-lint to v2.11.1to chore(deps): update dependency golangci/golangci-lint to v2.11.2befdec60c7to5dfcf1cd045dfcf1cd04to06b2d9ab7d06b2d9ab7dto6a58b18803