mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 11:21:10 +08:00
f2f559230c
Version 5 removed go cache management, and therefore also options skip-pkg-cache and skip-build-cache, because the cache related to go itself is already handled by actions/setup-go, and now it only caches golangci-lint analysis. Since we run multiple golangci-lint-action steps for different goos, we want to cache package and build cache and golangci-lint results from all of them, and therefore this commit now changes the approach by disabling all built-in caching and introducing a separate cache step to handle it properly. |
||
---|---|---|
.. | ||
build_publish_beta_docker_image.yml | ||
build_publish_release_docker_image.yml | ||
build.yml | ||
notify.yml | ||
winget.yml |