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.
cache-dependency-path
1 parent 00584ff commit 6a277ddCopy full SHA for 6a277dd
.github/workflows/docs-and-linting.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
go-version: ${{ matrix.go != 'go.mod' && matrix.go || null }}
30
go-version-file: ${{ matrix.go == 'go.mod' && 'go/src/github.com/opencontainers/image-spec/go.mod' || null }}
31
+ cache-dependency-path: go/src/github.com/opencontainers/image-spec/go.sum
32
33
- name: Render and Lint
34
env:
0 commit comments