We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e908a50 commit 9952e2fCopy full SHA for 9952e2f
.github/workflows/lint.yaml
@@ -25,7 +25,7 @@ jobs:
25
${{ runner.os }}-go-
26
27
- name: Cache Go build cache
28
- uses: actions/cache@85e6279cec87321a52edac9c87bce653a07cf6c2
+ uses: actions/cache@9fa7e61ec7e1f44ac75218e7aaea81da8856fd11
29
with:
30
path: ~/go/pkg/mod/cache
31
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}-${{ github.run_id }}
0 commit comments