Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6eaa43d

Browse files
committed
Attempt to fix errors when running golangci-lint
"Cannot open: File exists" golangci/golangci-lint-action#23
1 parent 1a1ff47 commit 6eaa43d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- uses: actions/setup-go@v4
2222
with:
2323
go-version-file: app/go.mod
24-
check-latest: true
25-
cache-dependency-path: app/go.sum
24+
cache: false
2625
- name: golangci-lint
2726
# Third-party action, pin to commit SHA!
2827
# See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions

0 commit comments

Comments
 (0)