Skip to content

Commit

Permalink
fix: add skip-cache flag
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 9a18f08 commit 39fefe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
cache: false
skip-cache: true
skip-pkg-cache: true
args: --verbose --timeout=2m
args: --verbose --timeout=3m

- name: Install dependencies
run: go mod download
Expand Down

0 comments on commit 39fefe3

Please sign in to comment.