Skip to content

Commit f827bcb

Browse files
authored
Merge pull request #1132 from dongjiang1989/update-golangci-lint-version
🌱Bump golangci-lint to v1.63.4
2 parents 916620a + 9310da1 commit f827bcb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: golangci-lint
3434
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # tag=v6.2.0
3535
with:
36-
version: v1.61.0
36+
version: v1.63.4
3737
args: --out-format=colored-line-number
3838
working-directory: ${{matrix.working-directory}}

.golangci.yml

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ run:
44
# while if uncached!
55
timeout: 10m
66

7+
linters:
8+
enable:
9+
- errcheck
10+
- gosimple
11+
- govet
12+
- ineffassign
13+
- staticcheck
14+
- unused
15+
- testifylint
16+
- iface
17+
- exptostd
18+
- nilnesserr
19+
720
issues:
821
exclude-rules:
922
# Dot imports for gomega and ginkgo are allowed

0 commit comments

Comments
 (0)