Registry operator CI check format task is failing #1643
Labels
area/registry
Devfile registry for stacks and infrastructure
kind/bug
Something isn't working
severity/blocker
Issues that prevent developers from working
/kind bug
Which area is this bug related to?
/area registry
Bug Summary
Describe the bug:
The CI
check format
task is currently failing due to an issue thatgoimports
module has. The output of the error is:To Reproduce:
You can see an example here: https://github.com/devfile/registry-operator/actions/runs/10959109328/job/30958870849?pr=100
Expected behavior
The
goimports
should be ok without dependency issues.Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Shared above.
Additional context
This issue is currently blocking the PR's CI.
Any workaround?
We could either investigate a workaround of using a different goimports version or removing temporarily the
-u
flag.The text was updated successfully, but these errors were encountered: