Explorar o código

remove duplicated version field

Signed-off-by: Ignacio López Luna <[email protected]>
Ignacio López Luna hai 1 mes
pai
achega
59f04b85af
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      pkg/compose/model.go

+ 0 - 1
pkg/compose/model.go

@@ -72,7 +72,6 @@ func (s *composeService) ensureModels(ctx context.Context, project *types.Projec
 
 type modelAPI struct {
 	path    string
-	version string // cached plugin version
 	env     []string
 	prepare func(ctx context.Context, cmd *exec.Cmd) error
 	cleanup func()