Skip to content

Commit

Permalink
chore: golangci lint skip cache
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers committed Feb 29, 2024
1 parent e4c2419 commit 60620ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:

- name: Golangci Lint
# https://golangci-lint.run/
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
working-directory: .
skip-cache: true
args: --timeout 30m -E gofumpt --go 1.20
skip-pkg-cache: true

0 comments on commit 60620ed

Please sign in to comment.