mirror of https://github.com/docker/compose.git
set internal.Version on github.com/docker/compose/v2
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
37e0db31b8
commit
ef461a3a26
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue