Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
skip cache on golangci-lint in hope it helps it
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Dec 11, 2024
1 parent fd6d4e5 commit 1d712b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ jobs:
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: ${{ steps.version.outputs.Version }}
skip-cache: true

0 comments on commit 1d712b3

Please sign in to comment.