now working, going back to normal

This commit is contained in:
christophe-duc 2026-01-08 19:56:54 -04:00
parent 0212ed056a
commit 077dd973c0

View file

@ -137,9 +137,10 @@ jobs:
restore-keys: |
${{runner.os}}-go-
- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
golangci-lint run --build-tags=containers_image_openpgp,exclude_graphdriver_btrfs --verbose --out-format=colored-line-number 2>&1 || echo "Exit code: $?"
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --build-tags=containers_image_openpgp,exclude_graphdriver_btrfs
- name: Format code
run: |
if [ $(find . -name "*.go" -exec gofmt -s -d {} \;|wc -l) -gt 0 ]; then