From ef461a3a26c67f16d1bebd9a184783ff9627bcd0 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Thu, 2 Sep 2021 15:58:46 +0200 Subject: [PATCH] set internal.Version on github.com/docker/compose/v2 Signed-off-by: Nicolas De Loof --- builder.Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/builder.Makefile b/builder.Makefile index 3e3fc8aa..69e0df66 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)