Remove no longer applicable TODO
After the version PR, this TODO message no longer applies. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
a463ba33fc
commit
81c6e437d5
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -18,9 +18,6 @@ SNAPSHOT_PACKAGES=$(shell go list ./snapshot/...)
|
||||||
COMMANDS=ctr containerd containerd-shim protoc-gen-gogoctrd dist ctrd-protobuild
|
COMMANDS=ctr containerd containerd-shim protoc-gen-gogoctrd dist ctrd-protobuild
|
||||||
BINARIES=$(addprefix bin/,$(COMMANDS))
|
BINARIES=$(addprefix bin/,$(COMMANDS))
|
||||||
|
|
||||||
# TODO(stevvooe): This will set version from git tag, but overrides major,
|
|
||||||
# minor, patch in the actual file. We'll have to resolve this before release
|
|
||||||
# time.
|
|
||||||
GO_LDFLAGS=-ldflags "-X $(PKG).Version=$(VERSION) -X $(PKG).Package=$(PKG)"
|
GO_LDFLAGS=-ldflags "-X $(PKG).Version=$(VERSION) -X $(PKG).Package=$(PKG)"
|
||||||
|
|
||||||
# Flags passed to `go test`
|
# Flags passed to `go test`
|
||||||
|
|
Loading…
Reference in a new issue