From 0b7687684a888f23dda4ff3d445eb4b05201f1db Mon Sep 17 00:00:00 2001 From: Dependency bot Date: Fri, 7 Feb 2025 10:33:44 +0000 Subject: [PATCH] chore(deps): update mstruebing/editorconfig-checker docker tag to v3.1.2 (#423) --- .woodpecker/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 0d43a8f..f2dee1f 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -11,11 +11,11 @@ steps: - go version - go install mvdan.cc/gofumpt@latest - "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }" - - golangci-lint run --timeout 5m --build-tags integration + - golangci-lint run --timeout 10m --build-tags integration editor-config: depends_on: [] - image: mstruebing/editorconfig-checker:v3.0.3 + image: mstruebing/editorconfig-checker:v3.2.0 yamllint: image: pipelinecomponents/yamllint:0.33.0