Skip to content

Commit b9caf13

Browse files
committed
fix(ci): muted warnings in CI runs due to cache conflicts
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 <[email protected]>
1 parent 23cc9cc commit b9caf13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
version: latest
2020
only-new-issues: true
21+
skip-cache: true
2122

2223
test:
2324
name: Unit tests

0 commit comments

Comments
 (0)