From aef0077c95d010157ebada55c61b5758390c887c Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Tue, 8 Apr 2025 14:29:00 +0200 Subject: [PATCH] ci: change cache in the golangci-lint module The way cache is defined in the module has changed, and now mounts a volume by default. Signed-off-by: Francesco Canovai --- Taskfile.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 7e99544..5c000f3 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -26,9 +26,6 @@ tasks: - > GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA} --version ${GOLANGCI_LINT_VERSION} - with-linter-cache --cache golangci-lint - with-build-cache --cache go-build - with-module-cache --cache go-mod run --source . --config .golangci.yml stdout sources: - ./**/*.go