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 May 31, 2023
1 parent 9fba0ab commit f08ce49
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 f08ce49

Please sign in to comment.