Skip to content

Commit c4c3c6e

Browse files
authored
Merge pull request containerd#10125 from sandy-lcq/main
Makefile: update default PACKAGE to v2
2 parents 9d108fa + c5ba71d commit c4c3c6e

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)