Skip to content

Commit

Permalink
fix(lint): update linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Nov 6, 2024
1 parent b1a3238 commit 0a29504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.2
version: v1.61.0
args: --timeout=30m --config=.golangci.yml

- name: Generate builtins
Expand Down
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
run:
timeout: 20m
tests: true
# default is true. Enables skipping of directories:
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
skip-dirs-use-default: true

linters:
disable-all: true
Expand Down

0 comments on commit 0a29504

Please sign in to comment.