Skip to content

Commit aee31ff

Browse files
committed
fix(CI): skip cache for golangci-lint
Signed-off-by: Ansuman Sahoo <anshumansahoo500@gmail.com>
1 parent 6950103 commit aee31ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
with:
118118
version: ${{ steps.golangci-lint-version.outputs.GOLANGCI_LINT_VERSION }}
119119
args: --verbose
120+
skip-cache: true
120121

121122
security:
122123
name: "Vulncheck"

0 commit comments

Comments
 (0)