Skip to content

Commit a2a30fe

Browse files
committed
ci: disable golangci-lint cache
This will result in slower runs but we are having issues with golangci-lint (false positives) that are most probably related to caching. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent c69ed85 commit a2a30fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: golangci/golangci-lint-action@v8
4343
with:
4444
version: v2.5
45+
skip-cache: true
4546
# Extra linters, only checking new code from a pull request to main.
4647
- name: lint-extra
4748
if: github.event_name == 'pull_request' && github.base_ref == 'main'

0 commit comments

Comments
 (0)