Skip to content

Commit

Permalink
Skip caching for golangci-lint-action. (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hermes authored Apr 22, 2024
1 parent 832f36a commit a3abecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: v1.56.1
skip-cache: "true"
args: "--verbose --timeout=2m"

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit a3abecb

Please sign in to comment.