Skip to content

Commit

Permalink
lint: use skip-cache in golangci-lint (#27)
Browse files Browse the repository at this point in the history
Maybe this will stop the "file already exists" warnings
  • Loading branch information
shoenig authored Dec 15, 2022
1 parent 41f7177 commit 0db99c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
version: v1.50
skip-cache: true
- name: Run Go Test
run: |
go test -race -v ./...
Expand Down

0 comments on commit 0db99c1

Please sign in to comment.