Skip to content

Commit 3b23197

Browse files
committed
fix(ci): add modcache clean
1 parent 2198ec1 commit 3b23197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-go@v4
1818
with:
1919
go-version: ${{ matrix.go-version }}
20+
- name: Cleaning
21+
run: go clean --modcache
2022
- name: Build
2123
run: go build -v ./...
2224
- name: Test

0 commit comments

Comments
 (0)