Skip to content

Commit 1364ace

Browse files
Skip golangci/golangci-lint-action cache to resolve timeout issues
1 parent e25ba55 commit 1364ace

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Run golangci-lint
3636
uses: golangci/golangci-lint-action@v8
3737
with:
38+
skip-cache: true
3839
version: latest
3940
- name: Run shellcheck
4041
uses: ludeeus/action-shellcheck@2.0.0

0 commit comments

Comments
 (0)