mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
d398ad2a31
Since commite3cf217cf1actions/setup-go@v4 uses caching implicitly, and olangci/golangci-lint-action also uses caching. These two caches clash, resulting in multiple warnings in CI logs. The official golangci-lint-action solution is to disable caching for setup-go job (see [1]). Do the same. [1] https://github.com/golangci/golangci-lint-action/pull/704 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit62cc13ea1a) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>