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 aee2dc4 commit 8f80d06Copy full SHA for 8f80d06
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
repo-token: ${{ secrets.GITHUB_TOKEN }}
34
-
35
name: Cache Go modules
36
- uses: actions/cache@v2.1.6
+ uses: actions/cache@v2
37
with:
38
path: |
39
~/go/pkg/mod
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
@@ -132,7 +132,7 @@ jobs:
132
133
134
135
136
137
138
0 commit comments