Skip to content

Commit 8ecd35c

Browse files
committed
Avoid golanci-lint cache conflict issues
This follows the recommendation in golangci/golangci-lint-action#23 (comment)
1 parent 1b8f466 commit 8ecd35c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ jobs:
4545
uses: golangci/golangci-lint-action@v3
4646
with:
4747
version: v1.53
48+
skip-pkg-cache: true

0 commit comments

Comments
 (0)