Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
libvoid committed Apr 24, 2024
1 parent ee2f1a0 commit 3e28e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout 2m0s
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ linters:
- misspell
- nakedret
- prealloc
- revive
#- revive
- staticcheck
- unconvert
- unparam
#- unused
- unused

0 comments on commit 3e28e8a

Please sign in to comment.