Skip to content

Commit

Permalink
Skip caching in Lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHripko authored Feb 23, 2021
1 parent 6df4510 commit e1a4415
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.37

# Skip caching since it fails
skip-pkg-cache: true
skip-build-cache: true
- name: Package
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit e1a4415

Please sign in to comment.