We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7bd3f8 + b090ef0 commit 65d90aaCopy full SHA for 65d90aa
.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v3
23
24
- name: Restore Go modules cache
25
- uses: actions/cache@v2
+ uses: actions/cache@v3
26
with:
27
path: ~/go/pkg/mod
28
key: go-${{ runner.os }}-${{ hashFiles('go.mod') }}
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
29
30
31
32
33
34
0 commit comments