Skip to content

Commit eb14210

Browse files
authored
🛠️ chore(lint): bump golangci-lint to v2.11.4 (#17)
Aligns pre-commit and CI with brew-installed version.
1 parent 0e08ae8 commit eb14210

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: golangci-lint (full)
3434
uses: golangci/golangci-lint-action@v8
3535
with:
36-
version: v2.10.1
36+
version: v2.11.4
3737
args: --timeout=5m
3838

3939
- name: Go test (race)

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
language: system
88
pass_filenames: false
99
- repo: https://github.com/golangci/golangci-lint
10-
rev: v2.10.1
10+
rev: v2.11.4
1111
hooks:
1212
- id: golangci-lint-fmt
1313
- id: golangci-lint

0 commit comments

Comments
 (0)