Skip to content

Commit 6ada837

Browse files
committed
Workaround "File exists" error for golangci-lint-action
Until they fix golangci/golangci-lint-action#807
1 parent fff6d33 commit 6ada837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: actions/setup-go@v5
2929
with:
3030
go-version-file: 'go.mod'
31+
cache: false
3132

3233
- name: golangci-lint
3334
uses: golangci/golangci-lint-action@v4

0 commit comments

Comments
 (0)