This commit is contained in:
christophe-duc 2026-01-08 19:59:22 -04:00
parent 077dd973c0
commit 959af52e37

View file

@ -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