mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
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 <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
8540c41b6e
commit
f9124ebb49
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user