We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d108fa + c5ba71d commit c4c3c6eCopy full SHA for c4c3c6e
Makefile
@@ -34,7 +34,7 @@ TEST_IMAGE_LIST ?=
34
# Used to populate variables in version package.
35
VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always)
36
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
+PACKAGE=github.com/containerd/containerd/v2
38
SHIM_CGO_ENABLED ?= 0
39
40
ifneq "$(strip $(shell command -v $(GO) 2>/dev/null))" ""
0 commit comments