Merge pull request #3416 from nspcc-dev/fix-linter-cache

workflows: disable cache for golangci-lint
This commit is contained in:
Anna Shaleva 2024-04-22 14:33:43 +03:00 committed by GitHub
commit a13dc59bd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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