Skip to content

Update module github.com/golangci/golangci-lint/v2 to v2.12.2#46

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-golangci-golangci-lint-v2-2.x
Open

Update module github.com/golangci/golangci-lint/v2 to v2.12.2#46
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-golangci-golangci-lint-v2-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 11, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/golangci/golangci-lint/v2 v2.11.2v2.12.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

golangci/golangci-lint (github.com/golangci/golangci-lint/v2)

v2.12.2

Compare Source

Released on 2026-05-06

  1. Linters bug fixes
    • gomodguard_v2: fix blocked configuration
    • gomodguard_v2: from 2.1.0 to 2.1.3
    • iface: from 1.4.1 to 1.4.2

v2.12.1

Compare Source

Released on 2026-05-01

  1. Linters bug fixes
    • gomodguard_v2: fix panic with migration suggestion
  2. Misc.
    • fix install.sh script (if you are still using an URL based on the branch master, please update to use https://golangci-lint.run/install.sh)

v2.12.0

Compare Source

Released on 2026-05-01

  1. New linters
  2. Linters new features or changes
    • dupl: from f665c8d to c99c5cf (extended detection)
    • funcorder: from 0.5.0 to 0.6.0 (new option: function)
    • goconst: add an option to ignore strings from tests
    • goconst: from 1.8.2 to 1.10.0 (extended detection)
    • gomodguard_v2: from 1.4.1 to 2.1.0 (major version with new configuration)
    • gosec: from 619ce21 to 2.26.1 (new checks: G124, G708, G709, G710)
    • govet: add inline analyzer
    • makezero: from 2.1.0 to 2.2.1 (support slice type aliases)
    • paralleltest: expose checkcleanup option
    • sloglint: from 0.11.1 to 0.12.0 (new options: allowed-keys, custom-funcs)
    • wsl_v5: from 5.6.0 to 5.8.0 (new option: cuddle-max-statements; new checks: after-decl, after-defer, after-expr, after-go, cuddle-group)
  3. Linters bug fixes
    • forbidigo: from 2.3.0 to 2.3.1
    • godot: from 1.5.4 to 1.5.6
    • govet-modernize: from 0.43.0 to 0.44.0
    • ireturn: from 0.4.0 to 0.4.1
    • rowserrcheck: from 1.1.1 to c5f79b8
  4. Misc.
    • Decrease cache entropy
    • Embed the JSON schema in the binary
    • Filter env vars when cloning the repository with the custom command

v2.11.4

Compare Source

Released on 2026-03-22

  1. Linters bug fixes
    • govet-modernize: from 0.42.0 to 0.43.0
    • noctx: from 0.5.0 to 0.5.1
    • sqlclosecheck: from 0.5.1 to 0.6.0

v2.11.3

Compare Source

Released on 2026-03-10

  1. Linters bug fixes

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 becomes conflicted, 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.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 11, 2026

ℹ️ Artifact update notice

File name: internal/tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 27 additional dependencies were updated

Details:

Package Change
github.com/Masterminds/semver/v3 v3.4.0 -> v3.5.0
github.com/alecthomas/chroma/v2 v2.23.1 -> v2.24.1
github.com/ashanbrown/forbidigo/v2 v2.3.0 -> v2.3.1
github.com/ashanbrown/makezero/v2 v2.1.0 -> v2.2.1
github.com/bombsimon/wsl/v5 v5.6.0 -> v5.8.0
github.com/butuzov/ireturn v0.4.0 -> v0.4.1
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc -> v0.4.3
github.com/charmbracelet/x/ansi v0.10.1 -> v0.11.7
github.com/charmbracelet/x/term v0.2.1 -> v0.2.2
github.com/dlclark/regexp2 v1.11.5 -> v1.12.0
github.com/fatih/color v1.18.0 -> v1.19.0
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 -> v0.0.0-20260401084720-c99c5cf5c202
github.com/hashicorp/go-version v1.8.0 -> v1.9.0
github.com/jgautheron/goconst v1.8.2 -> v1.10.0
github.com/lucasb-eyer/go-colorful v1.2.0 -> v1.4.0
github.com/manuelarte/funcorder v0.5.0 -> v0.6.0
github.com/mattn/go-runewidth v0.0.16 -> v0.0.23
github.com/pelletier/go-toml/v2 v2.2.4 -> v2.3.1
github.com/ryanrolds/sqlclosecheck v0.5.1 -> v0.6.0
github.com/securego/gosec/v2 v2.24.7 -> v2.26.1
github.com/sonatard/noctx v0.5.0 -> v0.5.1
github.com/sourcegraph/go-diff v0.7.0 -> v0.8.0
github.com/tetafro/godot v1.5.4 -> v1.5.6
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 -> v0.0.0-20260129054331-73d1f95b84b4
github.com/uudashr/iface v1.4.1 -> v1.4.2
go-simpler.org/sloglint v0.11.1 -> v0.12.0
golang.org/x/text v0.34.0 -> v0.36.0

@renovate renovate Bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from bfc0f1e to e65dfbc Compare March 13, 2026 13:07
@renovate renovate Bot changed the title Update module github.com/golangci/golangci-lint/v2 to v2.11.3 Update module github.com/golangci/golangci-lint/v2 to v2.11.3 - autoclosed Mar 19, 2026
@renovate renovate Bot closed this Mar 19, 2026
@renovate renovate Bot deleted the renovate/github.com-golangci-golangci-lint-v2-2.x branch March 19, 2026 18:34
@renovate renovate Bot changed the title Update module github.com/golangci/golangci-lint/v2 to v2.11.3 - autoclosed Update module github.com/golangci/golangci-lint/v2 to v2.11.3 Mar 19, 2026
@renovate renovate Bot reopened this Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch 2 times, most recently from e65dfbc to a71036c Compare March 19, 2026 22:31
@renovate renovate Bot changed the title Update module github.com/golangci/golangci-lint/v2 to v2.11.3 Update module github.com/golangci/golangci-lint/v2 to v2.11.4 Mar 22, 2026
@renovate renovate Bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from a71036c to 6228174 Compare March 22, 2026 17:54
@renovate renovate Bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch 3 times, most recently from 9079f6e to e2db4a7 Compare April 2, 2026 16:38
@renovate renovate Bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from e2db4a7 to ff553a5 Compare April 29, 2026 17:40
@renovate renovate Bot changed the title Update module github.com/golangci/golangci-lint/v2 to v2.11.4 Update module github.com/golangci/golangci-lint/v2 to v2.12.0 May 1, 2026
@renovate renovate Bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from ff553a5 to 19e4f41 Compare May 1, 2026 15:39
@renovate renovate Bot changed the title Update module github.com/golangci/golangci-lint/v2 to v2.12.0 Update module github.com/golangci/golangci-lint/v2 to v2.12.1 May 1, 2026
@renovate renovate Bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from 19e4f41 to 2fc0bb7 Compare May 1, 2026 19:37
@renovate renovate Bot changed the title Update module github.com/golangci/golangci-lint/v2 to v2.12.1 Update module github.com/golangci/golangci-lint/v2 to v2.12.2 May 6, 2026
@renovate renovate Bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from 2fc0bb7 to 17cab91 Compare May 6, 2026 15:03
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.

0 participants