Skip to content

Fix ancestor filter to resolve image names to IDs. This is necessary …

2f600f5
Select commit
Loading
Failed to load commit list.
Open

Fix ancestor filter to resolve image names to IDs #27778

Fix ancestor filter to resolve image names to IDs. This is necessary …
2f600f5
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD Cross failed Dec 16, 2025 in 3m 1s

Task Summary

Instruction lint failed in 01:50

Details

✅ 00:37 clone
✅ 00:28 setup
✅ 00:02 golint
❌ 01:50 lint

gmake golangci-lint
VERSION=2.6.0 ./hack/install_golangci.sh
Installing golangci-lint v2.6.0 into ./bin/golangci-lint
golangci/golangci-lint info checking GitHub for tag 'v2.6.0'
golangci/golangci-lint info found version: 2.6.0 for v2.6.0/freebsd/amd64
golangci/golangci-lint info installed ./bin/golangci-lint
hack/golangci-lint.sh
Linting for GOOS=freebsd
+ ./bin/golangci-lint run --build-tags=containers_image_openpgp
pkg/domain/filters/containers.go:101:1: File is not properly formatted (gofumpt)
				// filterValue is a resolvable image name[:tag] 
^
1 issues:
* gofumpt: 1
gmake: *** [Makefile:291: golangci-lint] Error 1

Exit status: 2