more lint

This commit is contained in:
Bryce Lampe
2024-03-26 15:36:24 -07:00
parent d50d156bd8
commit cbf957533e
24 changed files with 832 additions and 242 deletions

View File

@@ -33,8 +33,8 @@ import (
var (
_ infer.CustomConfigure = (*Config)(nil)
_ infer.Annotated = (infer.Annotated)((*Config)(nil))
_ infer.Annotated = (infer.Annotated)((*Registry)(nil))
_ infer.Annotated = (*Config)(nil)
_ infer.Annotated = (*Registry)(nil)
)
// Config configures the buildx provider.