We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a5f78 commit ee5eebbCopy full SHA for ee5eebb
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
go-version-file: 'go.mod'
19
cache-dependency-path: go.sum
20
- name: Cleaning
21
- run: go clean --modcache
+ run: go clean -cache -modcache
22
- name: Build
23
run: go build -v ./...
24
- name: Test
0 commit comments