Skip to content

Commit c4f3428

Browse files
author
Dean Karn
committed
increment cache key version
1 parent 130d15c commit c4f3428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/cache@v1
1818
with:
1919
path: ~/go/pkg/mod
20-
key: ${{ runner.os }}-v1-go-${{ hashFiles('**/go.sum') }}
20+
key: ${{ runner.os }}-v2-go-${{ hashFiles('**/go.sum') }}
2121
restore-keys: |
22-
${{ runner.os }}-v1-go-
22+
${{ runner.os }}-v2-go-
2323
2424
- name: Checkout code
2525
uses: actions/checkout@v2

0 commit comments

Comments
 (0)