Skip to content

fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.8.0#1618

Merged
alexandear merged 2 commits intomasterfrom
renovate/github.com-golangci-golangci-lint-v2-2.x
Jan 8, 2026
Merged

fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.8.0#1618
alexandear merged 2 commits intomasterfrom
renovate/github.com-golangci-golangci-lint-v2-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 8, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/golangci/golangci-lint/v2 v2.7.2v2.8.0 age confidence

Fixes #1617.


Release Notes

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

v2.8.0

Compare Source

Released on 2026-01-07

  1. Linters new features or changes
    • godoc-lint: from 0.10.2 to 0.11.1 (new rule: require-stdlib-doclink)
    • golines: from 442fd00 to 0.14.0
    • gomoddirectives: from 0.7.1 to 0.8.0
    • gosec: from daccba6 to 2.22.11 (new rule: G116)
    • modernize: from 0.39.0 to 0.40.0 (new analyzers: stringscut, unsafefuncs)
    • prealloc: from 1.0.0 to 1.0.1 (message changes)
    • unqueryvet: from 1.3.0 to 1.4.0 (new options: check-aliased-wildcard, check-string-concat, check-format-strings, check-string-builder, check-subqueries, ignored-functions, sql-builders)
  2. Linters bug fixes
    • go-critic: from 0.14.2 to 0.14.3
    • go-errorlint: from 1.8.0 to 1.9.0
    • govet: from 0.39.0 to 0.40.0
    • protogetter: from 0.3.17 to 0.3.18
    • revive: add missing enable-default-rules setting
  3. Documentation
    • docs: split installation page

Configuration

📅 Schedule: 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 Jan 8, 2026

ℹ️ Artifact update notice

File name: 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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/BurntSushi/toml v1.5.0 -> v1.6.0
github.com/MirrexOne/unqueryvet v1.3.0 -> v1.4.0
github.com/alecthomas/chroma/v2 v2.20.0 -> v2.21.1
github.com/alexkohler/prealloc v1.0.0 -> v1.0.1
github.com/ghostiam/protogetter v0.3.17 -> v0.3.18
github.com/go-critic/go-critic v0.14.2 -> v0.14.3
github.com/godoc-lint/godoc-lint v0.10.2 -> v0.11.1
github.com/golangci/golines v0.0.0-20251105123406-8fd09d395707 -> v0.14.0
github.com/ldez/gomoddirectives v0.7.1 -> v0.8.0
github.com/securego/gosec/v2 v2.22.11-0.20251204091113-daccba6b93d7 -> v2.22.11
golang.org/x/term v0.36.0 -> v0.38.0

@alexandear alexandear merged commit a26ed11 into master Jan 8, 2026
10 checks passed
@alexandear alexandear deleted the renovate/github.com-golangci-golangci-lint-v2-2.x branch January 8, 2026 16:54
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.

New godoclint rule and potential breaks with next Golangci-lint release

1 participant