We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61101fe commit bcbf084Copy full SHA for bcbf084
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version: 1.16
25
-
26
name: Cache Go modules
27
- uses: actions/cache@v2
+ uses: actions/cache@v3
28
with:
29
path: ~/go/pkg/mod
30
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments