We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fb209b + 8bc265b commit 5f3093dCopy full SHA for 5f3093d
1 file changed
.github/workflows/go.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
go-version: '~1.24'
25
- name: Initialize Go module cache
26
- uses: actions/cache@v4
+ uses: actions/cache@v5
27
28
path: ~/go/pkg/mod
29
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments