Skip to content

Commit a594d07

Browse files
committed
ci: skip cache for golangci-lint due to no suitable cache key
1 parent 166b6fa commit a594d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
uses: golangci/golangci-lint-action@v6
2323
with:
2424
version: v1.60
25+
skip-cache: true # go.sum is not created because of no external dependencies

0 commit comments

Comments
 (0)