diff --git a/builder.Makefile b/builder.Makefile index 3e3fc8aab..69e0df669 100644 --- a/builder.Makefile +++ b/builder.Makefile @@ -15,9 +15,7 @@ GOOS?=$(shell go env GOOS) GOARCH?=$(shell go env GOARCH) -PKG_NAME := github.com/docker/compose-cli - -PROTOS=$(shell find cli/server/protos -name \*.proto) +PKG_NAME := github.com/docker/compose/v2 EXTENSION:= ifeq ($(GOOS),windows)