l10n: ci: disable cache for setup-go to suppress warnings
commit1bb7fcbffc213db044476998f3a14b2597f3c540
authorJiang Xin <worldhello.net@gmail.com>
Fri, 16 Feb 2024 03:20:39 +0000 (16 11:20 +0800)
committerJiang Xin <worldhello.net@gmail.com>
Fri, 16 Feb 2024 03:51:19 +0000 (16 11:51 +0800)
treec15c29379559d88889c9b7f5dfe8e1a7b45b52e4
parent4d733f09f03c8e28a26470ebe046a2f3efa891d9
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>
.github/workflows/l10n.yml