Skip to content

Commit 8c8a5d9

Browse files
committed
ci: skip cache for setup-go due to no suitable cache key
1 parent d2da5de commit 8c8a5d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
- uses: actions/setup-go@v5
1919
with:
2020
go-version: stable
21+
cache: false
2122
- name: golangci-lint
2223
uses: golangci/golangci-lint-action@v6
2324
with:
2425
version: v1.60
25-
skip-cache: true # go.sum is not created because of no external dependencies
26+
skip-cache: true

0 commit comments

Comments
 (0)