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.
2 parents c7a5b58 + 7e0818e commit 3ca699aCopy full SHA for 3ca699a
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version: 1.19
25
26
- name: Restore Go modules cache
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
with:
29
path: ~/go/pkg/mod
30
key: go-${{ runner.os }}-${{ hashFiles('go.mod') }}
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4
31
32
33
34
0 commit comments