1
0
mirror of https://github.com/git/git.git synced 2024-09-28 08:49:45 +02:00

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.

    https://github.com/actions/setup-go/issues/427

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
This commit is contained in:
Jiang Xin 2024-02-16 11:20:39 +08:00
parent 4d733f09f0
commit 1bb7fcbffc

View File

@ -66,6 +66,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '>=1.16'
cache: false
- name: Install git-po-helper
run: go install github.com/git-l10n/git-po-helper@main
- name: Install other dependencies