From 959af52e373f0641a6753014a89cb41d4ad27359 Mon Sep 17 00:00:00 2001 From: christophe-duc Date: Thu, 8 Jan 2026 19:59:22 -0400 Subject: [PATCH] updated --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba052aae..ad3cb582 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,8 @@ 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 --timeout=15m + skip-cache: true - name: Format code run: | if [ $(find . -name "*.go" -exec gofmt -s -d {} \;|wc -l) -gt 0 ]; then