Skip to content

Commit

Permalink
Add skip-pkg-cache: true to golangci job in test workflow to work aro…
Browse files Browse the repository at this point in the history
  • Loading branch information
zanecodes committed Feb 24, 2023
1 parent 807816d commit 76b8e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
with:
version: latest
skip-pkg-cache: true

generate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 76b8e25

Please sign in to comment.