Skip to content

Commit 76b8e25

Browse files
committed
Add skip-pkg-cache: true to golangci job in test workflow to work around golangci/golangci-lint-action#677
1 parent 807816d commit 76b8e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
3434
with:
3535
version: latest
36+
skip-pkg-cache: true
3637

3738
generate:
3839
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)