Skip to content

Commit c85d1b7

Browse files
committed
Disable caching to prevent file exists errors
See: golangci/golangci-lint-action#244
1 parent 4f7413e commit c85d1b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
with:
2525
version: v1.52.2
2626
args: --timeout=5m
27+
skip-pkg-cache: true
28+
skip-build-cache: true
2729
- name: Test
2830
run: go test ./...

0 commit comments

Comments
 (0)