We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103e85c commit 8895e19Copy full SHA for 8895e19
.github/workflows/pr.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-go@v5
17
with:
18
go-version-file: 'go.mod'
19
+ cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
20
- name: lint
21
uses: golangci/[email protected]
22
0 commit comments