Skip to content

Commit add08a9

Browse files
authored
Merge pull request #5018 from unsuman/fix-golangci-lint
fix(CI): skip cache for `golangci-lint`
2 parents 6950103 + aee31ff commit add08a9

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)