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 4370c66 commit 93b1ebfCopy full SHA for 93b1ebf
.github/workflows/go.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v3
32
33
- name: Cache Go tests
34
- uses: actions/cache@v2
+ uses: actions/cache@v3
35
with:
36
path: |
37
$(go env GOCACHE)
.github/workflows/go_cross.yml
@@ -59,7 +59,7 @@ jobs:
59
#go env -w GOCACHE= ${{matrix.os.gocache}}
60
61
62
63
64
65
.github/workflows/go_fuzz.yml
0 commit comments