Skip to content

Commit

Permalink
Merge pull request #104 from linjie7674/ci/lint_update
Browse files Browse the repository at this point in the history
ci: update the version of golangci-lint
  • Loading branch information
IRONICBo authored Feb 6, 2024
2 parents a98059e + 46e269a commit d719b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.41.1
version: v1.54
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
run:
skip-files:
- _yap.gox$
- _gen.go$
- _autogen.go$

0 comments on commit d719b66

Please sign in to comment.