Skip to content

Commit

Permalink
Update golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: eternal-flame-AD <[email protected]>
  • Loading branch information
eternal-flame-AD committed Jan 13, 2025
1 parent 22c70fc commit 0561cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: make build-js
- uses: golangci/golangci-lint-action@v6
with:
version: v1.55
version: v1.63
args: --timeout=5m
skip-cache: true
- run: go mod download
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
skip-dirs:
issues:
exclude-dirs:
- plugin/example
- plugin/testing

Expand Down

0 comments on commit 0561cfd

Please sign in to comment.