Skip to content

Commit 62b84a6

Browse files
authored
feat: Fixes linter cache (#1555)
* disable linter cache * don't setup go * revert to use go setup * don't cache Go but cache linter * update cache comment
1 parent f0395d8 commit 62b84a6

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
@@ -65,6 +65,7 @@ jobs:
6565
uses: actions/setup-go@v4
6666
with:
6767
go-version-file: 'go.mod'
68+
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
6869
- name: golangci-lint
6970
uses: golangci/[email protected]
7071
with:

0 commit comments

Comments
 (0)