Skip to content

Commit 59f04b8

Browse files
ilopezlunandeloof
authored andcommitted
remove duplicated version field
Signed-off-by: Ignacio López Luna <[email protected]>
1 parent b4574c8 commit 59f04b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/compose/model.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ func (s *composeService) ensureModels(ctx context.Context, project *types.Projec
7272

7373
type modelAPI struct {
7474
path string
75-
version string // cached plugin version
7675
env []string
7776
prepare func(ctx context.Context, cmd *exec.Cmd) error
7877
cleanup func()

0 commit comments

Comments
 (0)