Skip to content

Commit

Permalink
Merge pull request #3416 from nspcc-dev/fix-linter-cache
Browse files Browse the repository at this point in the history
workflows: disable cache for golangci-lint
  • Loading branch information
AnnaShaleva authored Apr 22, 2024
2 parents 678c198 + fbe514c commit a13dc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
version: latest
skip-pkg-cache: true # golangci-lint can't work with this cache enabled, ref. https://github.com/golangci/golangci-lint-action/issues/135.

gomodcheck:
name: Check internal dependencies
Expand Down

0 comments on commit a13dc59

Please sign in to comment.