Skip to content

Commit

Permalink
Skip golangci-lint-action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
randombenj committed Mar 9, 2023
1 parent 6106dcc commit 2cbaef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# FIXME: https://github.com/golangci/golangci-lint-action/issues/677
skip-pkg-cache: true
version: v1.51.2

- name: Setup Python
Expand Down

0 comments on commit 2cbaef0

Please sign in to comment.