Skip to content

Commit

Permalink
Stop unnecessarily caching in the CI lint workflow (#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm authored Nov 10, 2024
1 parent 99b6c6f commit 7c79f2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
with:
path: |
/home/runner/.cache/golangci-lint
/home/runner/go/pkg/mod
./bin
key: golangcilint-${{ hashFiles('**/go.sum') }}
restore-keys: |
golangcilint-
Expand Down

0 comments on commit 7c79f2d

Please sign in to comment.