Skip to content

Commit

Permalink
chore: use latest golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Zeng <[email protected]>
  • Loading branch information
knight42 committed Sep 10, 2024
1 parent e96ecd5 commit 53c5f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-presubmit-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.1
version: latest

unit-test:
name: Unit Test
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ run:
# https://golangci-lint.run/usage/linters/
linters:
enable:
- copyloopvar
- depguard
- exhaustive
- exportloopref
- gci
- gochecknoinits
- goconst
Expand Down

0 comments on commit 53c5f59

Please sign in to comment.