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 a1817ef commit 381ee81Copy full SHA for 381ee81
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v3
18
19
- name: Cache Go Modules
20
- uses: actions/cache@v2
+ uses: actions/cache@v3
21
with:
22
path: ~/go/pkg/mod
23
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
id: go
24
25
26
27
28
29
0 commit comments