set internal.Version on github.com/docker/compose/v2

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-09-02 15:58:46 +02:00
parent 37e0db31b8
commit ef461a3a26
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 1 additions and 3 deletions

View File

@ -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)