Skip to content

Commit 200f5df

Browse files
authored
chore: Fix linter cache (#2395)
1 parent e9e948c commit 200f5df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/setup-go@v4
1616
with:
1717
go-version-file: 'go.mod'
18+
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
1819
- name: golangci-lint
1920
uses: golangci/[email protected]
2021
with:

0 commit comments

Comments
 (0)