Skip to content

Commit

Permalink
chore: upgrade golang ci config
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Sep 9, 2022
1 parent 9f7f14a commit 4c8f320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.0
version: v1.49.0
args: --verbose

# Label of the container job
Expand Down
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ linters:
disable-all: true
fast: false
enable:
- bodyclose
- deadcode
- depguard
- dogsled
Expand All @@ -25,15 +24,11 @@ linters:
- lll
- misspell
- nakedret
- noctx
- nolintlint
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace
Expand Down

0 comments on commit 4c8f320

Please sign in to comment.