Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0db99c1

Browse files
authoredDec 15, 2022
lint: use skip-cache in golangci-lint (#27)
Maybe this will stop the "file already exists" warnings
1 parent 41f7177 commit 0db99c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: golangci/golangci-lint-action@v3
2020
with:
2121
version: v1.50
22+
skip-cache: true
2223
- name: Run Go Test
2324
run: |
2425
go test -race -v ./...

0 commit comments

Comments
 (0)
Please sign in to comment.