68
68
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
69
69
with :
70
70
path : |
71
- ~/.cache/go-build
72
- ~/go/pkg/mod
71
+ /home/runner/go/pkg/mod
72
+ /home/runner/.cache/go-build
73
73
key : setup-go-${{ runner.os }}-x64-ubuntu22-go-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
74
74
restore-keys : |
75
75
setup-go-${{ runner.os }}-x64-ubuntu22-go-${{ env.GO_VERSION }}-
@@ -207,8 +207,17 @@ jobs:
207
207
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
208
208
with :
209
209
fetch-depth : 0
210
+ - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
211
+ with :
212
+ path : |
213
+ /home/runner/go/pkg/mod
214
+ /home/runner/.cache/go-build
215
+ key : release-go-${{ runner.os }}-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
216
+ restore-keys : |
217
+ release-go-${{ runner.os }}-${{ env.GO_VERSION }}-
210
218
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
211
219
with :
220
+ cache : false
212
221
go-version : ${{ env.GO_VERSION }}
213
222
- name : install-release-dependencies
214
223
if : github.event_name == 'push' || needs.changes.outputs.code == 'true'
@@ -268,8 +277,17 @@ jobs:
268
277
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
269
278
with :
270
279
fetch-depth : 0
280
+ - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
281
+ with :
282
+ path : |
283
+ /home/runner/go/pkg/mod
284
+ /home/runner/.cache/go-build
285
+ key : setup-go-${{ runner.os }}-x64-ubuntu22-go-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
286
+ restore-keys : |
287
+ setup-go-${{ runner.os }}-x64-ubuntu22-go-${{ env.GO_VERSION }}-
271
288
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
272
289
with :
290
+ cache : false
273
291
go-version : ${{ env.GO_VERSION }}
274
292
- name : install-age
275
293
if : github.event_name == 'push' || needs.changes.outputs.code == 'true'
@@ -308,8 +326,17 @@ jobs:
308
326
contents : read
309
327
steps :
310
328
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
329
+ - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
330
+ with :
331
+ path : |
332
+ /home/runner/go/pkg/mod
333
+ /home/runner/.cache/go-build
334
+ key : website-go-${{ runner.os }}-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
335
+ restore-keys : |
336
+ website-go-${{ runner.os }}-${{ env.GO_VERSION }}-
311
337
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
312
338
with :
339
+ cache : false
313
340
go-version : ${{ env.GO_VERSION }}
314
341
- uses : astral-sh/setup-uv@2e657c127d5b1635d5a8e3fa40e0ac50a5bf6992
315
342
with :
@@ -456,8 +483,17 @@ jobs:
456
483
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
457
484
with :
458
485
fetch-depth : 0
486
+ - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
487
+ with :
488
+ path : |
489
+ /home/runner/go/pkg/mod
490
+ /home/runner/.cache/go-build
491
+ key : release-go-${{ runner.os }}-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
492
+ restore-keys : |
493
+ release-go-${{ runner.os }}-${{ env.GO_VERSION }}-
459
494
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
460
495
with :
496
+ cache : false
461
497
go-version : ${{ env.GO_VERSION }}
462
498
- uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da
463
499
- name : create-syso
@@ -484,8 +520,17 @@ jobs:
484
520
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
485
521
with :
486
522
fetch-depth : 0
523
+ - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
524
+ with :
525
+ path : |
526
+ /home/runner/go/pkg/mod
527
+ /home/runner/.cache/go-build
528
+ key : website-go-${{ runner.os }}-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
529
+ restore-keys : |
530
+ website-go-${{ runner.os }}-${{ env.GO_VERSION }}-
487
531
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
488
532
with :
533
+ cache : false
489
534
go-version : ${{ env.GO_VERSION }}
490
535
- uses : astral-sh/setup-uv@2e657c127d5b1635d5a8e3fa40e0ac50a5bf6992
491
536
with :
0 commit comments