Skip to content

chore(deps): update module github.com/golangci/golangci-lint to v2.14.0 (makefile) - #2570

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/Makefile/github.com-golangci-golangci-lint-2.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/Makefile/github.com-golangci-golangci-lint-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/golangci/golangci-lint v2.13.2 → v2.14.0 age confidence

Release Notes

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

v2.14.0

Compare Source

Released on 2026-09-23

  1. Bug fixes
    • fix: cache of facts reloading
  2. Linters new features or changes
    • exhaustive: from 0.12.0 to 0.13.0
    • exhaustruct: from 5.0.3 to 5.2.0 (new option: allow-empty-blank-assignments)
    • go-check-sumtype: from 0.3.1 to ae6904d
    • gocritic: from 0.14.4 to 0.15.0
    • gofumpt: from v0.11.1 to 0.12.0
    • gomoddirectives: from 0.9.0 to 0.10.0
    • gosec: from 2.28.0 to 2.29.0 (re-enable G407)
    • govet-modernize: from 0.49.0 to 0.50.0
    • loggercheck: from 0.11.0 to 0.12.0
    • revive: from 1.15.0 to 1.17.0 (new rule: use-slices-concat)
    • tagliatelle: from 0.7.2 to 0.8.0
  3. Linters bug fixes
    • fatcontext: from 0.10.0 to 0.10.1
    • flock: from 0.13.0 to 0.13.1
    • godoclint: from 0.11.2 to 0.11.4
    • protogetter: from 0.3.21 to 1.0.0
    • protogetter: from 1.0.0 to 1.0.1
    • recvcheck: from 0.3.0 to 0.3.1
    • tagalign: from 1.4.3 to 1.4.4

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
renovate Bot requested a review from a team as a code owner September 24, 2026 17:36
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 24, 2026
@greptile-apps

greptile-apps Bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

RetriggerConfidence Score: 4/5

The PR appears safe to merge, though contributors with an existing installation will continue using the old linter until they refresh it.

Findings

  1. P2 Existing linter stays outdated ▶
Fix with agent prompt
### Issue 1
Makefile:13
If a contributor already has `bin/golangci-lint` from v2.13.2, `make tools` and `make lint` will keep using it: the install target has no prerequisites, so changing the recipe to v2.14.0 does not rerun it. This makes the upgrade ineffective for existing local installations. Please make the target version-aware or check the installed version.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Summary

Updates the Makefile-managed golangci-lint version from v2.13.2 to v2.14.0. Existing local installations will not be refreshed by the recipe change alone.

Reviews (1) · Last reviewed commit: "chore(deps): update module github.com/go..."

Comment thread Makefile

$(GOBIN)/golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b $(GOBIN) v2.13.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh | sh -s -- -b $(GOBIN) v2.14.0

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.

P2 Existing linter stays outdated

If a contributor already has bin/golangci-lint from v2.13.2, make tools and make lint will keep using it: the install target has no prerequisites, so changing the recipe to v2.14.0 does not rerun it. This makes the upgrade ineffective for existing local installations. Please make the target version-aware or check the installed version.

Prompt To Fix With AI
This is a comment left during a code review.
Path: Makefile
Line: 13

Comment:
**Existing linter stays outdated**

If a contributor already has `bin/golangci-lint` from v2.13.2, `make tools` and `make lint` will keep using it: the install target has no prerequisites, so changing the recipe to v2.14.0 does not rerun it. This makes the upgrade ineffective for existing local installations. Please make the target version-aware or check the installed version.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants