From c66e08dafa7b9426ba948a7163d9641f8f908166 Mon Sep 17 00:00:00 2001 From: christophe-duc Date: Thu, 8 Jan 2026 19:36:36 -0400 Subject: [PATCH] debug why lint is failing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba052aae..e33fedfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: latest - args: --build-tags=containers_image_openpgp,exclude_graphdriver_btrfs + args: --build-tags=containers_image_openpgp,exclude_graphdriver_btrfs --verbose - name: Format code run: | if [ $(find . -name "*.go" -exec gofmt -s -d {} \;|wc -l) -gt 0 ]; then