Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/golangci/golangci-lint/v2 v2.5.0 -> v2.6.2 age confidence

Release Notes

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

v2.6.2

Compare Source

Released on 2025-11-14

  1. Bug fixes
    • fmt command with symlinks
    • use file depending on build configuration to invalidate cache
  2. Linters bug fixes
    • testableexamples: from 1.0.0 to 1.0.1
    • testpackage: from 1.1.1 to 1.1.2

v2.6.1

Compare Source

v2.6.0

Compare Source

  1. New linters
    • Add modernize analyzer suite
  2. Linters new features or changes
    • arangolint: from 0.2.0 to 0.3.1
    • dupword: from 0.1.6 to 0.1.7 (new option comments-only)
    • go-critic: from 0.13.0 to 0.14.0 (new rules/checkers: zeroByteRepeat, dupOption)
    • gofumpt: from 0.9.1 to 0.9.2 ("clothe" naked returns is now controlled by the extra-rules option)
    • perfsprint: from 0.9.1 to 0.10.0 (new options: concat-loop, loop-other-ops)
    • wsl: from 5.2.0 to 5.3.0
  3. Linters bug fixes
    • dupword: from 0.1.6 to 0.1.7
    • durationcheck: from 0.0.10 to 0.0.11
    • exptostd: from 0.4.4 to 0.4.5
    • fatcontext: from 0.8.1 to 0.9.0
    • forbidigo: from 2.1.0 to 2.3.0
    • ginkgolinter: from 0.21.0 to 0.21.2
    • godoc-lint: from 0.10.0 to 0.10.1
    • gomoddirectives: from 0.7.0 to 0.7.1
    • gosec: from 2.22.8 to 2.22.10
    • makezero: from 2.0.1 to 2.1.0
    • nilerr: from 0.1.1 to 0.1.2
    • paralleltest: from 1.0.14 to 1.0.15
    • protogetter: from 0.3.16 to 0.3.17
    • unparam: from 0df0534 to 5beb8c8
  4. Misc.
    • fix: ignore some files to hash the version for custom build

Configuration

📅 Schedule: Branch creation - "before 8am on Saturday,before 8am on Sunday" in timezone Asia/Tokyo, 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.


  • 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
Contributor Author

renovate bot commented Nov 8, 2025

ℹ Artifact update notice

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

  • 33 additional dependencies were updated

Details:

Package Change
github.com/Abirdcfly/dupword v0.1.6 -> v0.1.7
github.com/Masterminds/semver/v3 v3.3.1 -> v3.4.0
github.com/ashanbrown/forbidigo/v2 v2.1.0 -> v2.3.0
github.com/ashanbrown/makezero/v2 v2.0.1 -> v2.1.0
github.com/bombsimon/wsl/v5 v5.2.0 -> v5.3.0
github.com/catenacyber/perfsprint v0.9.1 -> v0.10.0
github.com/charithe/durationcheck v0.0.10 -> v0.0.11
github.com/ghostiam/protogetter v0.3.16 -> v0.3.17
github.com/go-critic/go-critic v0.13.0 -> v0.14.2
github.com/godoc-lint/godoc-lint v0.10.0 -> v0.10.1
github.com/gofrs/flock v0.12.1 -> v0.13.0
github.com/karamaru-alpha/copyloopvar v1.2.1 -> v1.2.2
github.com/kunwardeep/paralleltest v1.0.14 -> v1.0.15
github.com/ldez/exptostd v0.4.4 -> v0.4.5
github.com/ldez/gomoddirectives v0.7.0 -> v0.7.1
github.com/maratori/testableexamples v1.0.0 -> v1.0.1
github.com/maratori/testpackage v1.1.1 -> v1.1.2
github.com/nunnatsa/ginkgolinter v0.21.0 -> v0.21.2
github.com/quasilyte/go-ruleguard v0.4.4 -> v0.4.5
github.com/quasilyte/go-ruleguard/dsl v0.3.22 -> v0.3.23
github.com/securego/gosec/v2 v2.22.8 -> v2.22.10
go.augendre.info/arangolint v0.2.0 -> v0.3.1
go.augendre.info/fatcontext v0.8.1 -> v0.9.0
golang.org/x/exp/typeparams v0.0.0-20250911091902-df9299821621 -> v0.0.0-20251023183803-a4bb9ffd2546
golang.org/x/mod v0.28.0 -> v0.29.0
golang.org/x/net v0.44.0 -> v0.46.0
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/term v0.35.0 -> v0.36.0
golang.org/x/text v0.29.0 -> v0.30.0
golang.org/x/tools v0.37.0 -> v0.38.0
google.golang.org/protobuf v1.36.6 -> v1.36.8
mvdan.cc/gofumpt v0.9.1 -> v0.9.2
mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 -> v0.0.0-20251027182757-5beb8c8f8f15

@renovate renovate bot assigned int128 Nov 8, 2025
@renovate renovate bot requested a review from int128 November 8, 2025 21:45
@renovate renovate bot changed the title chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.6.0 chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.6.0 - autoclosed Nov 9, 2025
@renovate renovate bot closed this Nov 9, 2025
@renovate renovate bot deleted the renovate/github.com-golangci-golangci-lint-v2-2.x branch November 9, 2025 17:30
@renovate renovate bot changed the title chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.6.0 - autoclosed chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.6.1 Nov 15, 2025
@renovate renovate bot reopened this Nov 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch 2 times, most recently from 1b7f3ab to 467e1c5 Compare November 15, 2025 21:28
@github-actions
Copy link
Contributor

e2e-test

screenshot

1 similar comment
@github-actions
Copy link
Contributor

e2e-test

screenshot

@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from 467e1c5 to 7d95ac4 Compare November 16, 2025 00:47
@github-actions
Copy link
Contributor

e2e-test

screenshot

@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from 7d95ac4 to a3d95c5 Compare November 21, 2025 06:06
@renovate renovate bot changed the title chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.6.1 chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.6.2 Nov 21, 2025
@github-actions
Copy link
Contributor

e2e-test

screenshot

@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from a3d95c5 to 4add792 Compare November 21, 2025 18:12
@github-actions
Copy link
Contributor

e2e-test

screenshot

@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from 4add792 to 3e3e770 Compare November 21, 2025 20:34
@github-actions
Copy link
Contributor

e2e-test

screenshot

@renovate renovate bot force-pushed the renovate/github.com-golangci-golangci-lint-v2-2.x branch from 3e3e770 to 849dd19 Compare November 22, 2025 00:30
@github-actions
Copy link
Contributor

e2e-test

screenshot

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants