We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e08ae8 commit eb14210Copy full SHA for eb14210
2 files changed
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: golangci-lint (full)
34
uses: golangci/golangci-lint-action@v8
35
with:
36
- version: v2.10.1
+ version: v2.11.4
37
args: --timeout=5m
38
39
- name: Go test (race)
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
language: system
8
pass_filenames: false
9
- repo: https://github.com/golangci/golangci-lint
10
- rev: v2.10.1
+ rev: v2.11.4
11
hooks:
12
- id: golangci-lint-fmt
13
- id: golangci-lint
0 commit comments