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 92795fb commit fc18b4cCopy full SHA for fc18b4c
.github/workflows/main.yml
@@ -30,14 +30,14 @@ jobs:
30
31
# Cache go build cache, used to speedup go test
32
- name: Go Build Cache
33
- uses: actions/cache@v2
+ uses: actions/cache@v3
34
with:
35
path: ${{ steps.go-cache-paths.outputs.go-build }}
36
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
37
38
# Cache go mod cache, used to speedup builds
39
- name: Go Mod Cache
40
41
42
path: ${{ steps.go-cache-paths.outputs.go-mod }}
43
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
0 commit comments