fix(ci): use correct xgo cache path

This commit is contained in:
kolaente
2025-05-13 18:12:16 +02:00
parent bfb9a66226
commit 50d0e5497b

View File

@@ -101,12 +101,10 @@ jobs:
with:
gpg-passphrase: "${{ secrets.RELEASE_GPG_PASSPHRASE }}"
gpg-sign-key: "${{ secrets.RELEASE_GPG_SIGN_KEY }}"
- run: echo $HOME
- run: id
- name: setup xgo cache
uses: useblacksmith/cache@v5
with:
path: /root/.xgo-cache
path: /home/runner/.xgo-cache
key: ${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-