Skip to content

Commit df169a3

Browse files
committed
chore: Bump golangci-lint from v2.9.0 to v2.11.4
Aligns CI with Go 1.26.2 contextcheck behavior. v2.9.0 had stale contextcheck heuristics that flagged existing nolint directives as unused, while v2.11.4 correctly identifies them as necessary.
1 parent 246c0b5 commit df169a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Run golangci-lint
8484
uses: golangci/golangci-lint-action@v9
8585
with:
86-
version: v2.9.0
86+
version: v2.11.4
8787
args: --timeout=5m --config=.golangci.yml
8888

8989
proto-freshness:

0 commit comments

Comments
 (0)