Skip to content

Commit

Permalink
fix: disable cache in golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Samir <[email protected]>
  • Loading branch information
asamirr committed Oct 8, 2023
1 parent 350aee4 commit 9a18f08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
cache: false
skip-pkg-cache: true
args: --verbose --timeout=10m
args: --verbose --timeout=2m

- name: Install dependencies
run: go mod download

Expand Down

0 comments on commit 9a18f08

Please sign in to comment.