Skip to content

Commit

Permalink
feat: Fixes linter cache (#1555)
Browse files Browse the repository at this point in the history
* disable linter cache

* don't setup go

* revert to use go setup

* don't cache Go but cache linter

* update cache comment
  • Loading branch information
lantoli authored Oct 24, 2023
1 parent f0395d8 commit 62b84a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
- name: golangci-lint
uses: golangci/[email protected]
with:
Expand Down

0 comments on commit 62b84a6

Please sign in to comment.