rclone/.github/workflows
albertony f2f559230c bump golangci/golangci-lint-action from 4 to 6
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.
2024-05-11 14:43:29 +02:00
..
build_publish_beta_docker_image.yml build: fix docker beta build running out of space 2023-10-10 15:59:07 +01:00
build_publish_release_docker_image.yml build: fix docker build running out of space 2023-10-18 17:55:19 +01:00
build.yml bump golangci/golangci-lint-action from 4 to 6 2024-05-11 14:43:29 +02:00
notify.yml build: add issue label notification machinery 2024-05-10 16:15:28 +01:00
winget.yml Convert source files with crlf to lf 2024-04-18 11:32:45 +02:00