Skip to content

Commit 1bb7fcb

Browse files
committed
l10n: ci: disable cache for setup-go to suppress warnings
After we upgraded actions/setup-go to v5, the following warning message was reported every time we ran the CI. Restore cache failed: Dependencies file is not found ... Disable cache to suppress warning messages as described in the solution below. actions/setup-go#427 Signed-off-by: Jiang Xin <[email protected]>
1 parent 4d733f0 commit 1bb7fcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- uses: actions/setup-go@v5
6767
with:
6868
go-version: '>=1.16'
69+
cache: false
6970
- name: Install git-po-helper
7071
run: go install github.com/git-l10n/git-po-helper@main
7172
- name: Install other dependencies

0 commit comments

Comments
 (0)