ci: Update cache key for nightly builds

This commit is contained in:
Anton Ovchinnikov
2026-04-13 23:25:29 +02:00
parent 60ff088971
commit 9cfcf49d28
+2 -1
View File
@@ -33,8 +33,9 @@ jobs:
path: |
~/Library/Caches/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}-${{ hashFiles('**/*.go') }}
restore-keys: |
${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}-
${{ runner.os }}-go-
- name: Run GoReleaser snapshot