There was an error while loading. Please reload this page.
2 parents fe17370 + 51bdbb8 commit 163bd5cCopy full SHA for 163bd5c
1 file changed
.github/workflows/build.yaml
@@ -14,7 +14,7 @@ jobs:
14
cache: true
15
cache-dependency-path: go.sum
16
- name: Set up Cache
17
- uses: actions/cache@v4
+ uses: actions/cache@v5
18
with:
19
path: ~/go/pkg/mod
20
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments