Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88b7372

Browse files
authored
chore: remove custom go cache download step from CI (#20510)
Since depot added [native support for gocache](https://depot.dev/docs/cache/reference/gocache), custom cachedownload and upload steps are not necessary anymore.
1 parentdec6d31 commit88b7372

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -376,22 +376,14 @@ jobs:
376376
id:go-paths
377377
uses:./.github/actions/setup-go-paths
378378

379-
-name:Download Go Build Cache
380-
id:download-go-build-cache
381-
uses:./.github/actions/test-cache/download
382-
with:
383-
key-prefix:test-go-build-${{ runner.os }}-${{ runner.arch }}
384-
cache-path:${{ steps.go-paths.outputs.cached-dirs }}
385-
386379
-name:Setup Go
387380
uses:./.github/actions/setup-go
388381
with:
389382
# Runners have Go baked-in and Go will automatically
390383
# download the toolchain configured in go.mod, so we don't
391384
# need to reinstall it. It's faster on Windows runners.
392385
use-preinstalled-go:${{ runner.os == 'Windows' }}
393-
# Cache is already downloaded above
394-
use-cache:false
386+
use-cache:true
395387

396388
-name:Setup Terraform
397389
uses:./.github/actions/setup-tf
@@ -505,12 +497,6 @@ jobs:
505497
name:failed-test-db-dump-${{matrix.os}}
506498
path:"**/*.test.sql"
507499

508-
-name:Upload Go Build Cache
509-
uses:./.github/actions/test-cache/upload
510-
with:
511-
cache-key:${{ steps.download-go-build-cache.outputs.cache-key }}
512-
cache-path:${{ steps.go-paths.outputs.cached-dirs }}
513-
514500
-name:Upload Test Cache
515501
uses:./.github/actions/test-cache/upload
516502
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp