Skip to content

Commit 4c8f320

Browse files
committed
chore: upgrade golang ci config
Signed-off-by: Bo-Yi.Wu <[email protected]>
1 parent 9f7f14a commit 4c8f320

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup golangci-lint
1515
uses: golangci/golangci-lint-action@v3
1616
with:
17-
version: v1.45.0
17+
version: v1.49.0
1818
args: --verbose
1919

2020
# Label of the container job

.golangci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ linters:
33
disable-all: true
44
fast: false
55
enable:
6-
- bodyclose
76
- deadcode
87
- depguard
98
- dogsled
@@ -25,15 +24,11 @@ linters:
2524
- lll
2625
- misspell
2726
- nakedret
28-
- noctx
2927
- nolintlint
30-
- rowserrcheck
3128
- staticcheck
32-
- structcheck
3329
- stylecheck
3430
- typecheck
3531
- unconvert
36-
- unparam
3732
- unused
3833
- varcheck
3934
- whitespace

0 commit comments

Comments
 (0)