Skip to content

Commit c5ba71d

Browse files
committed
Makefile: update default PACKAGE to v2
Signed-off-by: Changqing Li <[email protected]>
1 parent 9d108fa commit c5ba71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TEST_IMAGE_LIST ?=
3434
# Used to populate variables in version package.
3535
VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always)
3636
REVISION ?= $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
37-
PACKAGE=github.com/containerd/containerd
37+
PACKAGE=github.com/containerd/containerd/v2
3838
SHIM_CGO_ENABLED ?= 0
3939

4040
ifneq "$(strip $(shell command -v $(GO) 2>/dev/null))" ""

0 commit comments

Comments
 (0)