Update cache paths
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run

This commit is contained in:
lif
2025-09-27 14:58:05 +01:00
parent c571202090
commit 12a46121ea

View File

@@ -27,8 +27,9 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/go/pkg/mod
~/go/bin
/root/go/pkg/mod
/root/go/bin
/root/.cache/go-build
key: go-mod-{{ hashFiles('**/go.sum') }}
restore-keys: |
go-mod-