Skip to content

Commit

Permalink
fix: create cache lint
Browse files Browse the repository at this point in the history
Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
  • Loading branch information
sarabala1979 committed Apr 18, 2022
1 parent 017a315 commit be35b54
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,7 @@ jobs:
- uses: golangci/golangci-lint-action@v2
with:
version: v1.42.0
cache: false
# Optional: if set to true then the all caching functionality will be complete disabled,
# takes precedence over all other caching options.
skip-cache: true


# Optional: if set to true then the action don't cache or restore ~/go/pkg.
skip-pkg-cache: true

Expand Down

0 comments on commit be35b54

Please sign in to comment.