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 a1c466f commit 4fa9e0eCopy full SHA for 4fa9e0e
.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Cache
23
uses: actions/cache@v2
24
with:
25
- path: ~/*/*/go-build/
+ path: ~/.cache/go-build/
26
key: ${{ runner.os }}-go-build
27
28
- name: Get dependencies
0 commit comments