Skip to content

chore(deps): update golangci-lint (makefile) (minor) - #2193

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/golangci-lint
Open

chore(deps): update golangci-lint (makefile) (minor)#2193
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/golangci-lint

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
golangci/golangci-lint minor 2.12.22.13.2
nunnatsa/ginkgolinter minor 0.23.00.24.0

Release Notes

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

v2.13.2

Compare Source

Released on 2026-08-28

  1. Bug fixes
    • Decrease cache entropy
  2. Linters bug fixes
    • iface: from 1.5.0 to 1.5.1
    • staticcheck: from 0.8.0 to 0.8.1
    • unparam: from 3f964bc to 2fa3d84
    • canonicalheader: from v1.1.2 to a temporary fork

v2.13.1

Compare Source

Released on 2026-08-20

  1. Linters bug fixes
    • ginkgolinter: from 0.23.1 to 0.24.0
    • gofmt: from d62b90e to e84e050
    • staticcheck: from 0.8.0-rc.1 to 0.8.0
    • wsl_v5: from 5.8.0 to 5.9.0

v2.13.0

Compare Source

Released on 2026-08-19

  1. Enhancements
    • 🎉 go1.27 support
  2. Bug fixes
    • fix: cache package facts
  3. Linters new features or changes
    • dupword: from 0.1.7 to 0.1.8 (new option skip-raw-strings)
    • errcheck: from 1.10.0 to 1.20.0
    • exhaustruct_v5: from 4.0.0 to 5.0.2 (new configuration)
    • exhaustruct: deprecated and replaced by exhaustruct_v5
    • fatcontext: from 0.9.0 to 0.10.0 (new options: check-loops, check-function-literals)
    • goconst: from 1.10.0 to 1.11.0 (new options: ignore-map-keys, exclude-types)
    • gofumpt: from 0.9.2 to 0.11.0 (new options: extra.group-params, extra.clothe-returns, extra.balance-calls)
    • gomoddirectives: from 0.8.0 to 0.9.0 (new option: replace-allow-all)
    • gosec: from 2.26.1 to 2.27.1
    • govet-modernize: from 0.44.0 to 0.49.0 (fmtappendf is removed. New analyzers atomictypes, embedlit, errorsastype, importcomment, reflecttypeassert, slicesclip, and slicesbackward. waitgroup is renamed waitgroupgo)
    • iface: from 1.4.3 to 1.5.0 (new analyzer: unusedmethod)
    • noinlineerr: from 1.0.5 to 1.0.6
    • nonamedreturns: from 1.0.6 to 1.0.8 (new option: allow-unused-named-returns)
    • recvcheck: from 0.2.0 to 0.3.0 (new default exclusions)
    • unparam: from 5beb8c8 to 3f964bc
  4. Linters bug fixes
    • clickhouse-go-linter: from 1.2.0 to 1.2.1
    • errname: from 1.1.1 to 1.1.2
    • exhaustruct: from 5.0.2 to 5.0.3
    • funcorder: add missing Function field
    • ginkgolinter: from 0.23.0 to 0.23.1
    • gocheckcompilerdirectives: from 1.3.0 to 1.4.0
    • gocritic: from 0.14.3 to 0.14.4
    • gomoddirectives: add missing IgnoreForbidden field
    • iface: from 1.4.2 to 1.4.3
    • mirror: from 1.3.0 to 1.3.3
    • nilnil: from 1.1.1 to 1.1.2
    • protogetter: from 0.3.20 to 0.3.21
nunnatsa/ginkgolinter (nunnatsa/ginkgolinter)

v0.24.0

Compare Source

What's Changed

Full Changelog: nunnatsa/ginkgolinter@v0.23.1...v0.24.0

v0.23.1

Compare Source

What's Changed

Full Changelog: nunnatsa/ginkgolinter@v0.23.0...v0.23.1


Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copilot AI lite review requested due to automatic review settings September 3, 2026 03:43
@renovate
renovate Bot requested a review from a team as a code owner September 3, 2026 03:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a straightforward version bump that matches how the Makefile composes the v$(GOLINT_VERSION) tag for installation.

Pull request overview

Updates the repository’s pinned golangci-lint version used by the build tooling, keeping local/CI lint execution aligned with the latest Renovate-proposed minor release.

Changes:

  • Bump golangci-lint version from 2.12.2 to 2.13.0 in the Makefile tool versions.
File summaries
File Description
Makefile Updates GOLINT_VERSION to 2.13.0 (used by go install ...@v$(GOLINT_VERSION)).
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@renovate
renovate Bot force-pushed the renovate/golangci-lint branch 2 times, most recently from 9cd47cb to 4dc6100 Compare September 3, 2026 14:12
@renovate renovate Bot changed the title chore(deps): update dependency golangci/golangci-lint to v2.13.0 chore(deps): update golangci-lint (makefile) (minor) Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/golangci-lint branch 9 times, most recently from e41c2a7 to 3e4bfe3 Compare September 10, 2026 22:54
@renovate
renovate Bot force-pushed the renovate/golangci-lint branch 2 times, most recently from d80be7e to 5c19d00 Compare September 11, 2026 09:39
@renovate
renovate Bot force-pushed the renovate/golangci-lint branch from 5c19d00 to dd2baac Compare September 11, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant