From 061b584b6601327c4b6d0c000253dbe5e4dcec18 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 19 Oct 2024 22:57:08 +0100 Subject: [PATCH] ci: update golangci-lint. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a24ac7975..960dd2884 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ golangci-lint: stage: lint image: golangci/golangci-lint script: - - golangci-lint run --skip-dirs pkg/paths + - golangci-lint run --exclude-dirs pkg/paths packer: stage: lint