Skip to content

Commit

Permalink
chore: bump go lint action v6 and version 1.61.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high authored and imeoer committed Sep 19, 2024
1 parent 7fc9ede commit e8a4305
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
go-version-file: 'go.work'
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.56
version: v1.61
working-directory: ${{ matrix.path }}
args: --timeout=30m --issues-exit-code=0
args: --timeout=10m --verbose

nydus-build:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions contrib/ctr-remote/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ linters:
- goimports
- revive
- ineffassign
- vet
- govet
- unused
- misspell
disable:
- errcheck

run:
deadline: 4m
skip-dirs:
- misc

5 changes: 1 addition & 4 deletions contrib/nydus-overlayfs/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ linters:
- goimports
- revive
- ineffassign
- vet
- govet
- unused
- misspell
disable:
- errcheck

run:
deadline: 4m
skip-dirs:
- misc

5 changes: 2 additions & 3 deletions contrib/nydusify/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ linters:
- goimports
- revive
- ineffassign
- vet
- govet
- unused
- misspell
disable:
- errcheck

run:
deadline: 4m
skip-dirs:
issues.exclude-dirs:
- misc

0 comments on commit e8a4305

Please sign in to comment.