Skip to content

Commit f9124eb

Browse files
committed
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 <[email protected]>
1 parent 8540c41 commit f9124eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Taskfile.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ tasks:
2626
- >
2727
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
2828
--version ${GOLANGCI_LINT_VERSION}
29-
with-linter-cache --cache golangci-lint
30-
with-build-cache --cache go-build
31-
with-module-cache --cache go-mod
3229
run --source . --config .golangci.yml stdout
3330
sources:
3431
- ./**/*.go

0 commit comments

Comments
 (0)