Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit ff430ca

Browse files
committed
Fix errors when running golangci-lint
"Cannot open: File exists" golangci/golangci-lint-action#23
1 parent 1fe10a8 commit ff430ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pipeline.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- uses: actions/setup-go@v4
2424
with:
2525
go-version-file: go.mod
26-
check-latest: true
27-
cache-dependency-path: go.sum
26+
cache: false
2827
- name: golangci-lint
2928
# Third-party action, pin to commit SHA!
3029
# See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions

0 commit comments

Comments
 (0)