Skip to content

Commit 69b23ad

Browse files
disable cache with skip-cache
1 parent fcd6442 commit 69b23ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: golangci/golangci-lint-action@v4
2828
with:
2929
version: v1.57
30-
cache: false
30+
cache: 'skip-cache'
3131

3232
build:
3333
name: build

0 commit comments

Comments
 (0)