diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95f221e9..f1110f69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: ${{runner.os}}-go- - name: Check Cheatsheet run: | - go run scripts/cheatsheet/main.go check + go run -tags=containers_image_openpgp,exclude_graphdriver_btrfs scripts/cheatsheet/main.go check - name: Check Vendor Directory # ensure our vendor directory matches up with our go modules run: |