From f1d659dc50076606009de6b2e90269973052bb83 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Wed, 1 Nov 2023 14:28:24 -0700 Subject: [PATCH] Update package name in Makefile Signed-off-by: Derek McGowan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2762fdd8a..b52a5099b 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ STATICRELEASE=containerd-static-$(VERSION:v%=%)-${GOOS}-${GOARCH} CRIRELEASE=cri-containerd-$(VERSION:v%=%)-${GOOS}-${GOARCH} CRICNIRELEASE=cri-containerd-cni-$(VERSION:v%=%)-${GOOS}-${GOARCH} -PKG=github.com/containerd/containerd +PKG=github.com/containerd/containerd/v2 # Project binaries. COMMANDS=ctr containerd containerd-stress