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

@@ -18,7 +18,7 @@ import (
"github.com/pulumi/pulumi-go-provider/infer"
)
var _ = (infer.Annotated)((*BuilderConfig)(nil))
var _ infer.Annotated = (*BuilderConfig)(nil)
// BuilderConfig configures the builder to use for an image build.
type BuilderConfig struct {