rclone/.github
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
..
ISSUE_TEMPLATE docs: improve grammar and fix typos (#5361) 2021-11-04 12:50:43 +01:00
workflows bump golangci/golangci-lint-action from 4 to 6 2024-05-11 14:43:29 +02:00
dependabot.yml build: remove Go updates from dependabot as it is too noisy 2023-04-20 17:58:10 +01:00
ISSUE_TEMPLATE.md build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
PULL_REQUEST_TEMPLATE.md .github: correct contribution link in pull request template 2021-10-14 11:07:25 +01:00