chore(ci): include go bin directory in cache for cli tools
Some checks failed
Push Validation / validate (push) Failing after 10s

This commit is contained in:
Micheal Wilkinson
2026-03-21 13:23:16 +00:00
parent 302acbe9bb
commit be14cfdc29
2 changed files with 6 additions and 4 deletions

View File

@@ -41,9 +41,10 @@ jobs:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod
~/.cache/go-build ~/.cache/go-build
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.mod', '**/go.sum') }} ~/go/bin
key: ${{ runner.os }}-go-cache-${{ hashFiles('**/go.mod', '**/go.sum') }}
restore-keys: | restore-keys: |
${{ runner.os }}-go-modules- ${{ runner.os }}-go-cache-
- name: Verify module hygiene - name: Verify module hygiene
run: | run: |

View File

@@ -41,9 +41,10 @@ jobs:
path: | path: |
~/go/pkg/mod ~/go/pkg/mod
~/.cache/go-build ~/.cache/go-build
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.mod', '**/go.sum') }} ~/go/bin
key: ${{ runner.os }}-go-cache-${{ hashFiles('**/go.mod', '**/go.sum') }}
restore-keys: | restore-keys: |
${{ runner.os }}-go-modules- ${{ runner.os }}-go-cache-
- name: Verify module hygiene - name: Verify module hygiene
run: | run: |