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 uses: actions/cache@v3
with: with:
path: | path: |
~/go/pkg/mod /root/go/pkg/mod
~/go/bin /root/go/bin
/root/.cache/go-build
key: go-mod-{{ hashFiles('**/go.sum') }} key: go-mod-{{ hashFiles('**/go.sum') }}
restore-keys: | restore-keys: |
go-mod- go-mod-