chore(deps): update module github.com/golangci/golangci-lint to v2.14.0 (makefile) - #2570
renovate[bot] wants to merge 1 commit into
Conversation
|
|
|
||
| $(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 |
There was a problem hiding this 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.
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.
This PR contains the following updates:
v2.13.2→v2.14.0Release Notes
golangci/golangci-lint (github.com/golangci/golangci-lint)
v2.14.0Compare Source
Released on 2026-09-23
exhaustive: from 0.12.0 to 0.13.0exhaustruct: from 5.0.3 to 5.2.0 (new option:allow-empty-blank-assignments)go-check-sumtype: from 0.3.1 toae6904dgocritic: from 0.14.4 to 0.15.0gofumpt: from v0.11.1 to 0.12.0gomoddirectives: from 0.9.0 to 0.10.0gosec: from 2.28.0 to 2.29.0 (re-enable G407)govet-modernize: from 0.49.0 to 0.50.0loggercheck: from 0.11.0 to 0.12.0revive: from 1.15.0 to 1.17.0 (new rule:use-slices-concat)tagliatelle: from 0.7.2 to 0.8.0fatcontext: from 0.10.0 to 0.10.1flock: from 0.13.0 to 0.13.1godoclint: from 0.11.2 to 0.11.4protogetter: from 0.3.21 to 1.0.0protogetter: from 1.0.0 to 1.0.1recvcheck: from 0.3.0 to 0.3.1tagalign: from 1.4.3 to 1.4.4Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.