Skip to content

Commit ee5eebb

Browse files
committed
fix(ci): modcache typo
1 parent 22a5f78 commit ee5eebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version-file: 'go.mod'
1919
cache-dependency-path: go.sum
2020
- name: Cleaning
21-
run: go clean --modcache
21+
run: go clean -cache -modcache
2222
- name: Build
2323
run: go build -v ./...
2424
- name: Test

0 commit comments

Comments
 (0)