Skip to content

Commit

Permalink
fix(ci): muted warnings in CI runs due to cache conflicts
Browse files Browse the repository at this point in the history
Every time a job is posted, I receive false alarm failure notifications because of some cache conflict during the linting job.

Reference: golangci/golangci-lint-action#807

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
  • Loading branch information
fredbi committed Dec 24, 2023
1 parent 344388f commit 6baa1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
version: latest
only-new-issues: true
skip-cache: true

test:
name: Unit tests
Expand Down

0 comments on commit 6baa1fe

Please sign in to comment.