Skip to content

Commit 1966628

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 76832bc commit 1966628

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Taskfile.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ tasks:
2424
GOLANGCI_LINT_VERSION: v2.0.2
2525
cmds:
2626
- >
27-
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
27+
GITHUB_REF= dagger 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)