Skip to content

Bump github.com/golangci/golangci-lint/v2 from 2.10.1 to 2.11.2 in /deployments/devel#802

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/deployments/devel/main/github.com/golangci/golangci-lint/v2-2.11.2
Open

Bump github.com/golangci/golangci-lint/v2 from 2.10.1 to 2.11.2 in /deployments/devel#802
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/deployments/devel/main/github.com/golangci/golangci-lint/v2-2.11.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2026

Bumps github.com/golangci/golangci-lint/v2 from 2.10.1 to 2.11.2.

Release notes

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

v2.11.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

  • 6ebd82f6a722198cd276533485d7a458450d1ed3 fix: fmt with path (#6418)

v2.11.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

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

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

  • a97407a99fb608c28e4d2b963232be9439528f93 build(deps): bump actions/attest-build-provenance from 3 to 4 in the github-actions group (#6404)
  • 71381cdf27ba42550954a19e726076390082e940 build(deps): bump github.com/MirrexOne/unqueryvet from 1.5.3 to 1.5.4 (#6383)
  • c6ae2eab5f981d6f62c1d4e5b0d467abcc1c0baf build(deps): bump github.com/alexkohler/prealloc from 1.0.2 to 1.0.3 (#6391)
  • 2e571441d14cbab0144894e502cf735b09d50837 build(deps): bump github.com/alexkohler/prealloc from 1.0.3 to 1.1.0 (#6395)
  • f619fdc80d80f4c4e0eae437b37ff8f909a5f67a build(deps): bump github.com/kisielk/errcheck from 1.9.0 to 1.10.0 (#6396)
  • 46d78136568cdbf61a35e11892d0b9ecbd218278 build(deps): bump github.com/mgechev/revive from 1.14.0 to 1.15.0 (#6412)
  • f8861ca84d805a673945d037bae1559c3567aadc build(deps): bump github.com/securego/gosec/v2 from 2.23.0 to 2.24.0 (#6394)
  • a6f1155ddfedc678019e1a31a76175a09f92b87c build(deps): bump github.com/securego/gosec/v2 from 2.24.0 to 2.24.6 (#6398)
  • 0259a6a34fa238e8813e202042d9a4c935d13d57 build(deps): bump github.com/securego/gosec/v2 from 2.24.6 to 2.24.7 (#6400)
  • 4fde6f7cf67bd4729e4c2f42e18f0fbdbb98fcfe build(deps): bump github.com/shirou/gopsutil/v4 from 4.26.1 to 4.26.2 (#6401)
  • b746a30993bc26bf495f04a61e1482e1c49733a7 build(deps): bump github.com/sonatard/noctx from 0.4.0 to 0.5.0 (#6393)
  • 41aa1cde2528ea2904947b35e62aad7cff6bac0a build(deps): bump github.com/uudashr/gocognit from 1.2.0 to 1.2.1 (#6392)
  • d8bb8c4c6f0e5d4d9b10d1d50413a7959b7cc26b build(deps): bump goreleaser/goreleaser-action from 6 to 7 in the github-actions group (#6384)

... (truncated)

Changelog

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

v2.11.2

Released on 2026-03-07

  1. Fixes
    • fmt: fix error when using the fmt command with explicit paths.

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

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
Commits
  • e8f6219 chore: prepare release
  • 6ebd82f fix: fmt with path (#6418)
  • 9cab9dc docs: update GitHub Action assets (#6415)
  • 89a46a2 chore: prepare release
  • ff7206c docs: update GitHub Action assets (#6414)
  • 60180aa docs: update documentation assets (#6413)
  • 804e5ec chore: prepare release
  • 46d7813 build(deps): bump github.com/mgechev/revive from 1.14.0 to 1.15.0 (#6412)
  • a97407a build(deps): bump actions/attest-build-provenance from 3 to 4 in the github-a...
  • 4fde6f7 build(deps): bump github.com/shirou/gopsutil/v4 from 4.26.1 to 4.26.2 (#6401)
  • 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 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)

Bumps [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) from 2.10.1 to 2.11.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.10.1...v2.11.2)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint/v2
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies an issue or PR that targets a dependency go Pull requests that update Go code labels Mar 8, 2026
@dependabot dependabot bot added dependencies an issue or PR that targets a dependency go Pull requests that update Go code labels Mar 8, 2026
@copy-pr-bot
Copy link

copy-pr-bot bot commented Mar 8, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies an issue or PR that targets a dependency go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants