Skip to content

Commit

Permalink
CI: update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 8, 2022
1 parent 4410e66 commit 1385455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.45.2
version: v1.49.0
args: --timeout=2m --go=1.18
test:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ linters:
- govet
- prealloc
- unconvert
- deadcode
- varcheck
- unused
- errcheck
- ineffassign
- containedctx
Expand Down

0 comments on commit 1385455

Please sign in to comment.