Skip to content

Commit 6a277dd

Browse files
committed
Add cache-dependency-path to avoid setup-go warning
Signed-off-by: Tianon Gravi <[email protected]>
1 parent 00584ff commit 6a277dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs-and-linting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
go-version: ${{ matrix.go != 'go.mod' && matrix.go || null }}
3030
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
3132

3233
- name: Render and Lint
3334
env:

0 commit comments

Comments
 (0)